PrestaShop. How to move your PrestaShop website to a different folder.

In this tutorial you will learn the way to move your PrestaShop website to different folder.

  1. First you need to copy your file from previous folder to new one.
  2. When you have all files in a new directory you should edit following file:
  3. config/settings.inc.php

  4. Locate the following line at the top (the URL will be different):
  5. define(‘__PS_BASE_URI__’, ‘/root/subfolder/’);

    Set proper folder name:

    define(‘__PS_BASE_URI__’, ‘/root/’);

  6. Run your website and make sure it works properly.

Feel free to check the detailed video tutorial below:

How to move your installed PrestaShop website to a different folder