Moving a Wordpress installation
/*--- holy mAcar00ns!! --- */
First, change your database settings, if necessary, in wp-config.php.
Second, edit the .htaccess file in the Wordpress directory, if necessary.
Third, the base URL for the blog is set in the options table of the Wordpress database. To change it, use sql commands:
UPDATE wp_options SET option_value="http://mysite.com/blog" WHERE option_id=1;
UPDATE wp_options SET option_value="http://mysite.com/blog" WHERE option_id=40;
If the blog home page turns up blank and all the blog pages blank, then make sure the theme is set correctly in the database:
- 49, 50 in wp_options
If you're using "pretty" permalinks, make sure that mod_rewrite is enabled on your server.
Labels: wordpress
all your bases ar--
ping moi pleeez
About this entry
You’re reading “
- Published:
- 4:45 PM
pacman is coming
nuck nuck
e belong to us!
3 Comments (Post a Comment)