This question has been flagged
2 Replies
5463 Views

Hi everyone,

i want to change url https://mydomain.com/page/contact-us TO https://mydomain.com/contact-us.

how can i do that? 


Regards!

Avatar
Discard

it is not that easy to do it. I have already done it for V8 and doing such modification comes with tons of disadvantages if you are using modules depending on these two.

Best Answer

Ensure you have activated developer mode in your General Settings, and go to the Website builder in Editor Mode. Navigate to the page you want to change its URL, click on Site > Under 'This Page' > Properties.

Change the URL and Save & Close.

Note that this was done on Odoo Online

Avatar
Discard
Best Answer

you can add a new route in web controller to redirect https://mydomain.com/page/contact-us when https://mydomain.com/contact-us is routed.

Avatar
Discard