How To Change PrestaShop Website URL
Changing website link might be necessary if you change your business name or if you bought a new domain name. There are two ways on how to change the PrestaShop URL:
Via PrestaShop Admin Page
This process is the easiest and most convenient as it doesn’t need your website hosting access. It only needs your PrestaShop administration logins. By default, the steps mentioned herein are applicable to PrestaShop SuperAdmin access only. However, the SEO & URLs permission is customisable in PrestaShop profile page.
- Access your PrestaShop admin page. Use the same admin URL set up during PrestaShop installation.
TIP: Go to your PrestaShop website directory and look for the admin folder. This could have been renamed with another name during installation. If the folder has a name of admin123 for example, the admin URL of your website is http://yourdomain.com/admin123 (replace yourdomain.com with your website’s domain or subdomain).
- Log in to the PrestaShop admin page with its associated email address and password.

- Click the Shop Parameters tab on the menu bar at the left side of the page. This option is under CONFIGURE category.

- Click Traffic & SEO.

- Under SEO & URLs tab, scroll down to Set shop URL section and enter the new domain name in the boxes provided for Shop domain and SSL domain.

- Click the Save button to save the changes.

Try accessing the website with the new link or URL. The changes should take effect right away.
Via PhpMyAdmin
This process is applicable if you have access to your cPanel. Follow the steps below on how to change the PrestaShop link or URL of your PrestaShop website.
- Log in to cPanel.
- Click File Manager.
- Go to your PrestaShop website files and locate the settings.inc.php file inside the config folder.
NOTE: Database information for PrestaShop versions 1.7 and later are located in the directory /app/config/parameters.php.
- Right click on the file and select Edit.
- Click the Edit button.
- Take note of the values on lines 3 and 6 for the website’s DB_NAME (database name) and DB_PREFIX (database table prefix).

- Go back to cPanel homepage by going back to the previous tab.
- Scroll down to the icons under Databases and click phpMyAdmin.

- Click the database name that was obtained from Step 6.

- Click the table that ends with _shop_url. A table in phpMyAdmin always starts with the prefix obtained from Step 6.

- Double-click the value under domain and enter the new website URL in the box.

- Click anywhere outside the box to save the changes. A pop-up message shown in the screenshot below will indicate that the update has been saved.

- Repeat steps 11 and 12 to change the value under domain_ssl column to the new website URL. Try accessing the website with the new link or URL. The changes should take effect right away.
Please don’t hesitate to contact our 24/7 Singapore or Australia Support Team if you have further questions.