1) Copy all files from from localhost to your FTP, usually into root folder or folder like “shop”
2) Backup database from localhost
3) Import database on hosting server
Again, login to phpMyAdmin, select your database (usually you have to create it in administration of hosting account). Make sure your database has setup same collation (usually utf8_general_ci). Click on Import tab, select database file that you exported in previous step and click GO.4) Change domain name and shop path in database
– Go to ps_configuration table and change PS_SHOP_DOMAIN and PS_SHOP_DOMAIN_SSL from ‘localhost’ to your domain name, e.g. mydomain.com5) Edit /config/settings.inc.php
and change details for connection to new database (usually you have to change _DB_SERVER_, _DB_NAME_, _DB_USER_, _DB_PASSWD_).5) Regenerate .htaccess
Go to Preferences – SEO & URL and save this screen. It will regenerate new .htaccess.It’s also better to clear cookies and browser history
0 comments:
Post a Comment