Skip to content


wordpress change domain

1. First of all i create empty WordPress install at fashionmagazine-best.com, put there simple empty WordPress blog with working mysql base.

2. Move (copy) all files from .com to .net directory. Compare if everything is ok (use Linux and diff command to compare that).

3. Export old database, open it with Notepad++ and replace all healthandfood.info with new cssbloom.net. Save it and import to new fashionmagazine-best.com empty database. Go to fashionmagazine-best.com folder on server and point wp-cofig.php to new imported mysql base.

4. Go to .net wordpress site, log in and change: WordPress address (URL): to .net Blog address (URL): to .net

5. Redirect domain .com to .net Go to $HOME/.htaccess, edit it and add: RewriteEngine on RewriteCond %{HTTP_HOST} healthandfood.info RewriteRule ^(.*) http://www.fashionmagazine-best.com/$1 [R]

Republished by Blog Post Promoter

Posted in Wordpress.

Tagged with , , .


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.