Skip to Content
Menu
This question has been flagged
1 Reply
1794 Views

A client is currently using Odoo for their website, they have eCommerce (shop), contact us and other pages with information like info on setup instructions, products,....

They currently have a custom domain for the production and they are now planning to move all the pages other than their shop and contact us page outside of Odoo.

They would like to keep their custom domain for the new website they have and change the domain that they have in odoo.

Other than just changing the domain on the settings of SH are there any other steps which needs to be made for this switch

Avatar
Discard
Author Best Answer

Example: Objective:
• Mask “dexcentInc.odoo.com” with “Resources.dexcent.com”
• Provide options for masked URL extension e.g. resources.dexcent.com/blog

Steps:

Change the domain on the Odoo.sh branch to "resources.dexcent.com" instead of "www.resources.dexcent.com".

Next on GoDaddy you will need to add a CNAME with Name: "resources" and Value: "dexcentinc.odoo.com"

In the odoo database you will need to edit and add some system parameters so the web.base.url isn't changed when the system automatically updates.

You will edit the existing web.base.url to the new "resources.dexcent.com" and add a new parameter web.base.url.freeze with value 1.


Avatar
Discard