Installation sur un autre hébergeur ou domaine
When you want to move your store to a new hoster or domain you need to do the following:
A: On your old domain/hoster:
- Backup your store files via FTP to your Pc.
- Backup your database using phpMyAdmin to your Pc.
B: On your new hoster/domain:
- Do a clean install of the same version of your version of Opencart.
- Delete all the files of this clean install EXCEPT the yourdomain\config.php and yourdomain\admin\config.php
- Use phpMyAdmin to empty (not delete) the new created database.
- Restore all the backup files made at A:1 EXCEPT the \config.php and \admin\config.php.
- Restore the backup of your database made at A: 2 using phpMyAdmin.
- In your admin check: System -> Settings: Store URL:
- Verify the correct rights on your store folders and files.
- Test the new store setup.