Redirecting old URLs
When you move to the Odoo website from an existing system or website, you must redirect your old URLs to new URLs. With proper redirection, all of your SEO rankings will be moved to new pages. In this recipe, we will see how to redirect old URLs to new URLs in Odoo.
Getting ready
For this recipe, we will be using the my_library
module from the previous recipe. For this recipe, we are assuming that you used to have an website and have just moved to Odoo.
How to do it...
Imagine that, in your old website, books were listed at the /library
URL, and as you know, the my_library
module lists books on the /books
URL as well. So, now we will add a redirection rule in Odoo that will redirect your old /library
URL to the new /books
URL. Perform the following steps to add the redirection rule:
- Activate developer mode.
- Open Website | Configuration | Redirects.
- Click on Create to add a new rule.
- Enter values in the form as shown in the following...