Search the blog

Add a 301 redirect that covers an entire domain

Options +FollowSymLinks 

RewriteEngine on

RewriteCond %{HTTP_HOST} ^www.domain1.com$

RewriteRule ^(.*)$ http://www.domain2.com/$1 [R=301,L]

Tim Bennett is a web designer and developer. He has a First Class Honours degree in Computing from Leeds Metropolitan University and currently runs his own one-man web design company, Texelate.