In this article we will show you how to transfer your Magento store to a new host.
Moving a Magento installation from one host to another involves 3 steps:
1. Copying the Magento files and folders to the new server.
The easiest way to do this is with an FTP client such as FileZilla. Simply download all your files and folders from the old host and upload them to your hosting account with the new host.
2. Exporting the Magento database from the old host and importing it into a new database on the new host.
The easiest way to do this is with phpMyAdmin.
To export the database from the old host, follow these steps:
To import the database at the new host, follow these steps:
3. Reconfiguring your Magento to work with the new database settings. To do this, you need to edit the following file in your Magento installation directory:
app/etc/local.xml
The lines you need to change in this file are:
<host><![CDATA[localhost]]></host>
<username><![CDATA[mysql_user]]></username>
<password><![CDATA[mysql_pass]]></password>
<dbname><![CDATA[database_name]]></dbname>
The last thing you should do once you update the local.xml file with the new database settings is to flush the Magento cache.
Provided that you have pointed your domain name to the new hosting server, you will be able to access your Magento store at the new host.
| | Contact | Member Login | Customer Login | About Us | Support | Free Quote | Add Your Links | |