Knowledge base
1000 FAQs, 500 tutorials and instructional videos. Here, there are only solutions!
Change the domain name of a Prestashop website
Update 06/04/2026
This guide explains how to change the URL of a website on which the Prestashop (1.7) application is installed (manual installation on your end), but more generally, it also allows you to import a Prestashop site to Infomaniak if it was previously registered elsewhere with a different URL.
Introduction
- If you are using Prestashop installed via the Apps in the Infomaniak Manager, you can change the address very easily.
Changing the URL of an Installed Prestashop
To do this:
- Put your Prestashop in maintenance mode (go to Shop Parameters then Maintenance).
- Go to Shop Parameters > Traffic & SEO.
- A little further down, modify the Shop URL section:
- Under Shop domain, enter the new domain
- Under SSL domain, enter the new domain
- The base URL can be modified as you wish but with caution
- Click on Save.
- Download the entire Web + MySQL data of your old Prestashop to your computer.
- Re-import the downloaded MySQL data to a new database.
- Update the
parameters.phpfile (located inapp/config/) by providing the information of the new database in the following lines:database_hostdatabase_namedatabase_userdatabase_password
- Re-import the website data into the directory of your new site (new URL).
- Remove the entire content of the cache folder, except for the
index.phpfile. - Disable the website maintenance mode and test the entire site (links, images, shopping cart, etc.).
Also, refer to this other guide.
Link to this FAQ: https://faq.infomaniak.com/2373
Has this FAQ been helpful?