How to modify the domain and/or folder associated with Prestashop

How to modify the domain and/or folder associated with Prestashop

When we modify the site of our PrestaShop installation, the store may stop working. This happens because, at the time of installing PrestaShop, the current path is stored.
To modify the paths of our installation, we must manage the PrestaShop installation database as follows.
 
We access phpMyAdmin of our hosting.
http://domain.com/phpMyAdmin (replace domain.com with your own domain).
 
We select the database of our installation. If there is only one database, it will be automatically selected:
 
 
We enter the table "ps_shop_url":
 
 
We edit the "domain" and "domain_ssl" fields if we have changed the hosting domain name.
We edit the "physical_uri" field only if we have changed the folder where PrestaShop is installed.
 
 
Once the modifications are made, we save the changes.

If we have modified the folder where PrestaShop is installed, we must also modify the .htaccess file located in the root of the PrestaShop installation.
To edit it, we can download it via FTP and edit it using a text editor.
 
When editing the file, we must modify the line that indicates the folder where PrestaShop is installed.
 
RewriteRule . - [E=REWRITEBASE:/prestashopfolder/]
 
Simply replace the current folder name with the name of the folder where you moved PrestaShop.
If you moved it to the root, you must leave only a single slash "/".
 
Example: if PrestaShop is located in a new folder:
RewriteRule . - [E=REWRITEBASE:/newfolder/]
 
Example if PrestaShop is located in the root:
RewriteRule . - [E=REWRITEBASE:/]
 
Once these changes are made, your PrestaShop will be configured with the new location.
 
 
For more information, you can contact us.
    • Related Articles

    • How to modify the Moodle associated domain

      When we modify the site of our Moodle installation, the website loads incorrectly and we cannot access it. This happens because, at the time of installing Moodle, the current path is recorded. To modify the paths, we need to edit the Moodle ...
    • How to modify the associated domain of the Prestashop

      When we modify the site of our PrestaShop installation, the website loads incorrectly, the template or stylesheet does not load, we cannot access the admin panel, etc. This happens because, at the time of installing our PrestaShop, the current path ...
    • How to modify the Magento associated domain

      When we modify the site of our Magento installation, the website loads incorrectly. This happens because, at the time we installed Magento, the current path was registered. To modify the paths of our installation, we need to manage the Magento ...
    • How to modify the associated domain of WordPress from wp-admin

      In this guide, we will show how to modify the domain associated with your WordPress from /wp-admin, that is, from your WordPress admin panel. Your administration folder does not necessarily have to be called /wp-admin, but by default this is the name ...
    • How to modify the associated domain of WordPress from the database

      When we modify the site URL of our WordPress installation, the website may load incorrectly — the theme or stylesheet may not load, we may not be able to access the administrator area, etc. This happens because, at the time of installing WordPress, ...