- Back up all the files from you old blog directory.
- Copy them to your new location.
- Go to the Settings General and change the location of the blog (‘WordPress address (URI):’ and ‘Blog address (URI):’).
- 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).
- Open your root directory’s index.php file in a text editor.
- 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.
- 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).
- Logout of the blog, and login at the new location.
- Delete the old directory.
Related posts:
- 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...
- 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...
Great post! I’ll subscribe right now wth my feedreader software!
great explenation !