Pawel Szulencki Search Engine Optimization/Marketing blog.
If you're new here, you may want to subscribe to my RSS feed or follow me on Twitter. Thanks for visiting!
First you need to create a .htaccess file [read .htaccess and SEO article to find out how to create such file] and put the following code into it:
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]
and change www.newdomain.com to your new domain name. Put the changed .htaccess file into a root folder on old domain name. That way you will redirect permanently all traffic from your old domain name to new one.
Done! You expected something more complicated?
Sphere: Related ContentPawel Szulencki is a SEO (Search Engine Optimization) and Marketing certified specialist who is interested in organic SEO, paid campaigns (PPC) and Social Media Marketing channels. (Read more)
Lola (1 comments.)
January 10th, 2009 at 8:00 am
I tried this and also the post on moving a blog to the new domain and it has not worked. I was trying to move
http://www.lorelei-mahoney.com/Bloggin to
http://heyimontv.com/personalities/casey-kennedy/blog
but my 301 isn’t work, how/where should I put this
Lolas last blog post..Top 5 Most Entertaining Blogs
Pawel Szulencki (169 comments.)
January 13th, 2009 at 11:18 am
@Lola: It seems to be working to me.