The Easier Way to Move A Wordpress Blog to a New Host

The other day, I wrote about how you can move your wordpress blog to a different server/host.

Although moving your database and files is quite a foolproof way to move your script, a couple of my friends reckoned that they’d rather stay away from databases. Although phpMyAdmin is a GUI based solution, people’d rather not mess with databases at all if they could help it. Furthermore, manually moving all the files could be time consuming if you have a slow connection at home.

That is why I decided to publish this post which shows an easier way to do the same without the hassle of meddling with phpMyAdmin.

This uses the export feature provided in the wordpress dashboard.

So here’s how you move to a new host in 2 mins:

1. Login to your wordpress blog/site

2. Click on the Manage Tab and Select “Export”. Select all authors and Download the Export File.

3. Save the .xml file on your localhost. You’ll need this later when you export it back to the new server.

4. Note down your permalink, plugin and theme settings. You’ll have to manually reset them in the newer installation.

Permalink Settings

Permalink Settings

5. The export is now complete. Head off to your domain registrar and change the DNS settings to the one provided by the new host.

6. Open cPanel on the new host and create the addon domain. Use the 5 minute install <link here> or fantastico to install a new version of Wordpress.

7. Login and head off to the “Manage” tab. Select “import” and upload the .xml file that you downloaded in step 2.

8. Now you will have imported all your posts and comments to the new location. Time to tweak a few settings to make it look completely like the older version.

9. Delete the default “Hello World post”. Change the permalink settings to match those you noted in step 4.

10. You’ll also want to upload the previously used plugins to the wp-plugins folder. Upload your old theme to the wp-content folder and select it.

11. Move the wp-uploads folder.

12. Voila, your wordpress installation is complete. Your new blog looks exactly like the old one.

Share this article with your friends:
  • Digg
  • StumbleUpon
  • del.icio.us
  • Facebook
  • Reddit
  • Google

0 Responses to “The Easier Way to Move A Wordpress Blog to a New Host”


  1. No Comments

Leave a Reply