User Guide
Checking before going further
Let's say your store is at the following URL:
http://www.myprestashop.com.
1. To test the update, you first downloaded the latest version of
PrestaShop.
2. You unzipped this version, which contained a folder called
"prestashop".
3. You copied your customized files from your backup to this new
"prestashop" folder.
4. You modified the file config/settings.inc.php on line "PS_BASE_URI"
so that it has the name of the folder on your server (should be
"prestashop").
For instance:
5.
6. define('__PS_BASE_URI__', '/');
...was replaced by...
define('__PS_BASE_URI__', '/prestashop/');
7. You uploaded your "prestashop" folder to your FTP server, and it can
be accessed at: http://www.myprestashop.com/prestashop