How to Move your Wordpress Blog to a New Domain without Losing Link Juice: "r an FTP client, locate the .htaccess file of your old domain and add the following lines to the document:
RewriteCond %{HTTP_HOST} ^www.writewideweb.com$ [OR]
RewriteCond %{HTTP_HOST} ^writewideweb.com$
RewriteRule ^(.*)$ http://www.probloggertips.com/$1 [L,R=301]
This is how my .htaccess file looked after I altered added my code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.writewideweb.com$ [OR]
RewriteCond %{HTTP_HOST} ^writewideweb.com$"
'via Blog this'
No comments:
Post a Comment