Moving Your WordPress Blog to a New Directory

  1. Back up all the files from you old blog directory.
  2. Copy them to your new location.
  3. Go to the Settings General and change the location of the blog (‘WordPress address (URI):’ and ‘Blog address (URI):’).
  4. If you move wordpress from root directory to sub-directory(http://YOURBLOG.com/blog/), copy the index.php and .htaccess files from the WordPress directory into the root directory of your site (Blog address).
  5. Open your root directory’s index.php file in a text editor.
  6. If you moving to root directory change the line to: require(‘./wp-blog-header.php’); If your moving to another directory change the line to: require(‘./YOURDIRECTORY/wp-blog-header.php’); Your must using your directory name.
  7. If you’re using PermaLinks, make sure your .htaccess file is updated with any necessary changes (eg RewriteBase /blog/ and to RewriteBase / if your use root directory).
  8. Logout of the blog, and login at the new location.
  9. Delete the old directory.

Related posts:

  1. How to Secure WordPress If you are an internet marketer, you probably have quite a bit on your plate already.   You have spent...
  2. Can I Learn WordPress in One Week? You own a small Italian gourmet store and are passionate about Italian cooking. You have been advised to start...
  3. What is a WordPress Blog and Should You Use WordPress? If you are interested in blogging, you will eventually run across the name WordPress. WordPress is a very popular...

Tags: , ,

2 Responses to “Moving Your WordPress Blog to a New Directory”

  1. [...] Moving WordPress Moving Your WordPress Blog to a New Directory [...]

  2. Kelly Brown says:

    Great post! I’ll subscribe right now wth my feedreader software!

Leave a Reply