In this tutorial you will learn the way to move your PrestaShop website to different folder.
- First you need to copy your file from previous folder to new one.
- When you have all files in a new directory you should edit following file:
- Locate the following line at the top (the URL will be different):
- Run your website and make sure it works properly.
config/settings.inc.php
define(‘__PS_BASE_URI__’, ‘/root/subfolder/’);
Set proper folder name:
define(‘__PS_BASE_URI__’, ‘/root/’);
Feel free to check the detailed video tutorial below:
How to move your installed PrestaShop website to a different folder