Tuesday, February 24th, 2009
- 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.
Tags: Articles, How To, Wordpress
Posted in Wordpress | 2 Comments »