From b14b39f46939caf2e379de7f179ca7a809d8cef4 Mon Sep 17 00:00:00 2001 From: masp-odoo Date: Tue, 5 Aug 2025 14:43:08 +0200 Subject: [PATCH] [IMP] website: domain names redirection of existing website task-4894377 closes odoo/documentation#14228 Signed-off-by: Audrey Vandromme (auva) --- .../websites/website/configuration/domain_names.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/applications/websites/website/configuration/domain_names.rst b/content/applications/websites/website/configuration/domain_names.rst index 272e7151a..644324ff5 100644 --- a/content/applications/websites/website/configuration/domain_names.rst +++ b/content/applications/websites/website/configuration/domain_names.rst @@ -450,3 +450,8 @@ the one you want to configure. In the :guilabel:`Domain` field, enter the addres :guilabel:`Company` under :menuselection:`Website --> Configuration --> Settings`. Doing so indicates Odoo which URL to use as the :ref:`base URL ` according to the company in use. + +.. tip:: + When migrating from an existing website, make sure to set up the necessary :ref:`redirects ` + before adding your domain name. For example, if a previous URL like `/path/about/something` + existed, redirect it to the new corresponding page on your Odoo website, such as `/something`.