Hi there !
I'm trying to relocate my Prestashop from one hosting to another, and also from one domain to another.
The shop version is 1.6.1.7, installed in French and has 2 different shops.
The new domain only differs in a few letters. The old URL is something like shop.olddomain.org, and the new one will be shop.newdomain.org.
What I've done :
- Transferred all files from the old hosting provider to the new one.
- Changed all references to the old domain with the new one in the file /.htaccess
- Created a new database in the new hosting provider.
- Exported the old database to a SQL file.
- Changed all references to the old domain to the new one in the SQL file, and then imported all the tables in the new database.
- Modified the /config/settings.inc.php according to the new database server, name and user.
However, when I connect to the new shop, I get only a blank page, with no source code inside.
Does anybody has an idea about what I missed or what I did wrong ?
Any help would be greatly appreciated, thanks in advance.
J-M