I have installed odoo10 on my centos 7 server. After successful odoo installation through the yum, after this i have installed E commerce Add on in that.
for example after installation of E commerce add-on - site open like this - http://www.example.com (it shows home page)
this url shows us Homepage , Shop , blog, forum etc tabs.
i want subdomain for shop page like this, if we type - http://shop.example.com, its opens shop tab (page) directly)
Our requirement is -
http://www.example.com (homepage)
http://www.example.com/shop - http://shop.example.com
http://www.example.com/blog - http://blog.example.com.....
these are requirement, how can i fulfill in odoo 10.
note:- I have configured reverse proxy for surfing without port.
Kindly help