Transferring or migrating your locally hosted prestashop1.6 website to your online server looks difficult but in reality, it is easy. just follow these simple steps.
Clear your cache first
1. copy or upload all the files to our online server.
2. export the current database and save the .sql file.
3. On our online server and local server must have the same logical path.
4. create a database on our online server (better if same name as the local).
5. select first the created database and import the database .sql to online sql.
6 change the config/settings.inc.php to your proper website details, database password, name etc.
7. go to your database, under PS_CONFIGURATION table change PS_SHOP_DOMAIN and PS_SHOP_SSL to your registered domain. (ex. www.example.com).
8. go to your database, under PS_SHOPURL and change domain and domain_ssl to your registered domain. (ex. www.example.com).
1. copy or upload all the files to our online server.
2. export the current database and save the .sql file.
3. On our online server and local server must have the same logical path.
4. create a database on our online server (better if same name as the local).
5. select first the created database and import the database .sql to online sql.
6 change the config/settings.inc.php to your proper website details, database password, name etc.
7. go to your database, under PS_CONFIGURATION table change PS_SHOP_DOMAIN and PS_SHOP_SSL to your registered domain. (ex. www.example.com).
8. go to your database, under PS_SHOPURL and change domain and domain_ssl to your registered domain. (ex. www.example.com).
And thats it, it should be working.
You can also check these table, if you find any other trace of your old domain, you must change it to your online domain
– ps_shop_url
– ps_connections_source
– ps_pagenotfound
– ps_shop_url
– ps_connections_source
– ps_pagenotfound

No comments:
Post a Comment