{"id":61282,"date":"2016-02-01T04:41:19","date_gmt":"2016-02-01T09:41:19","guid":{"rendered":"http:\/\/www.templatemonster.com\/help\/?p=61282"},"modified":"2016-03-15T06:37:12","modified_gmt":"2016-03-15T10:37:12","slug":"prestashop-1-6-x-how-to-move-your-website-from-one-domain-to-another","status":"publish","type":"post","link":"https:\/\/www.templatemonster.com\/help\/prestashop-1-6-x-how-to-move-your-website-from-one-domain-to-another.html","title":{"rendered":"PrestaShop 1.6.x. How to move your website from one domain to another"},"content":{"rendered":"<p>\r\n<p>This tutorial will guide you through moving your PrestaShop store from one domain to another.<\/p>\r\n<p><a href=\"http:\/\/www.youtube.com\/watch?v=4rw7gwny-AU?width=1280&amp;height=720\" rel=\"prettyPhoto\">PrestaShop 1.6.x. How to move your website from one domain to another<\/a><\/p>\r\n<ol>\r\n<li>\r\n<p>Log into your <strong>PrestaShop admin panel<\/strong> on the domain you are moving from (olddomain.com).<\/p>\r\n<\/li>\r\n<li>\r\n<p>Navigate to <strong>Preferences -> Maintenance<\/strong> and set your shop under maintenance mode to avoid losing new customers or orders while moving the data:<\/p>\r\n<p><a href=\"\/help\/wp-content\/uploads\/2016\/02\/PrestaShop-1.6.x.-How-to-move-your-website-from-one-domain-to-another_1.jpg\"><img loading=\"lazy\" src=\"\/help\/wp-content\/uploads\/2016\/02\/PrestaShop-1.6.x.-How-to-move-your-website-from-one-domain-to-another_1-300x169.jpg\" alt=\"PrestaShop 1.6.x. How to move your website from one domain to another_1\" width=\"300\" height=\"169\" class=\"aligncenter size-medium wp-image-61283\" srcset=\"https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/02\/PrestaShop-1.6.x.-How-to-move-your-website-from-one-domain-to-another_1-300x169.jpg 300w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/02\/PrestaShop-1.6.x.-How-to-move-your-website-from-one-domain-to-another_1-150x84.jpg 150w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/02\/PrestaShop-1.6.x.-How-to-move-your-website-from-one-domain-to-another_1.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a>\r\n<\/li>\r\n<li>\r\n<p>Navigate to <strong>Preferences -> SEO &amp; URLs<\/strong> and scroll down to <strong>Set shop URL<\/strong> section. There you need to change <strong>Shop domain<\/strong> and <strong>SSL domain<\/strong> to your new domain (newdomain.com).<\/p>\r\n<p>Update <strong>Base URI<\/strong> if it is different for your new domain:<\/p>\r\n<p><a href=\"\/help\/wp-content\/uploads\/2016\/02\/PrestaShop-1.6.x.-How-to-move-your-website-from-one-domain-to-another_2.jpg\"><img loading=\"lazy\" src=\"\/help\/wp-content\/uploads\/2016\/02\/PrestaShop-1.6.x.-How-to-move-your-website-from-one-domain-to-another_2-300x169.jpg\" alt=\"PrestaShop 1.6.x. How to move your website from one domain to another_2\" width=\"300\" height=\"169\" class=\"aligncenter size-medium wp-image-61284\" srcset=\"https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/02\/PrestaShop-1.6.x.-How-to-move-your-website-from-one-domain-to-another_2-300x169.jpg 300w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/02\/PrestaShop-1.6.x.-How-to-move-your-website-from-one-domain-to-another_2-150x84.jpg 150w, https:\/\/www.templatemonster.com\/help\/wp-content\/uploads\/2016\/02\/PrestaShop-1.6.x.-How-to-move-your-website-from-one-domain-to-another_2.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a>\r\n<\/li>\r\n<li>\r\n<p>Download all PrestaShop files and folders from your old domain to your computer.<\/p>\r\n<\/li>\r\n<li>\r\n<p>Log into your <strong>phpMyAdmin<\/strong> and create a backup\/dump of the database you are using for your PrestaShop on old domain.<\/p>\r\n<\/li>\r\n<li>\r\n<p>Create database for your new domain (newdomain.com) and import database backup\/dump from your old domain (olddomain.com).<\/p>\r\n<\/li>\r\n<li>\r\n<p>Edit <strong>\/config\/settings.inc.php<\/strong> file which you have downloaded to your computer. There you should update the settings for the new database server (with your own settings instead of the examples here):<\/p>\r\n<pre class=\"brush:php\">\r\ndefine('_DB_SERVER_', 'your.sqlhost.name.com');<br \/>\r\ndefine('_DB_NAME_', 'database_name');<br \/>\r\ndefine('_DB_USER_', 'database_user');<br \/>\r\ndefine('_DB_PASSWD_', 'database_pswd');\r\n<\/pre>\r\n<\/li>\r\n<li>\r\n<p> Upload all the PrestaShop files and folders from your computer to your new domain (newdomain.com) <a href=\"\/help\/how-to-upload-files-to-a-server-using-cpanel-webhost-manager-whm.html\" target=\"_blank\"> via FTP or cPanel<\/a>.<\/p>\r\n<\/li>\r\n<li>\r\n<p>Remove all the files except <strong>index.php<\/strong> in <strong>\/cache\/smarty\/compile<\/strong> and <strong>\/cache\/smarty\/cache<\/strong> folders on your new domain (newdomain.com).<\/p>\r\n<\/li>\r\n<li>\r\n<p>Log into your <strong>PrestaShop admin panel<\/strong> on new domain (newdomain.com) and check if it is working properly.<\/p>\r\n<\/li>\r\n<li>\r\n<p>In your <strong>PrestaShop admin panel<\/strong> navigate to <strong>Preferences -> Maintenance<\/strong> and disable maintenance mode.<\/p>\r\n<\/li>\r\n<li>\r\n<p>Check that all the links are functioning, all your products, images, modules and themes are still there, and try to create a new account and place an order to make sure your shop is working as expected.<\/li>\r\n<\/ol>\r\n<p>Feel free to check the detailed video tutorial below:<\/p>\r\n<p><a href=\"http:\/\/www.youtube.com\/watch?v=4rw7gwny-AU?width=1280&amp;height=720\" rel=\"prettyPhoto\">PrestaShop 1.6.x. How to move your website from one domain to another<\/a><\/p>\r\n<\/p>\r\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>This tutorial will guide you through moving your PrestaShop store from one domain to another.<\/p>\n","protected":false},"author":57,"featured_media":61285,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[732],"tags":[1237,1188,552,673],"_links":{"self":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts\/61282"}],"collection":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/users\/57"}],"replies":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/comments?post=61282"}],"version-history":[{"count":0,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts\/61282\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/media\/61285"}],"wp:attachment":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/media?parent=61282"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/categories?post=61282"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/tags?post=61282"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}