
July 4th, 2006, 06:38 AM
|
|
Contributing User
|
|
Join Date: Jun 2006
Location: England
|
|
|
Where am I going wrong with the 301
My friend set me up a 301 redirect on www.whitbyseaanglers.co.uk, this is the content of the file
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^whitbyseaanglers\.co\.uk
RewriteRule ^(.*)$ http://www.whitbyseaanglers.co.uk/$1 [R=permanent,L]
It appears to work fine.
I decided to copy it to my other sites starting with www.trotoncharters.co.uk. I simply changed the content as follows
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^trotoncharters\.co\.uk
RewriteRule ^(.*)$ http://www.trotoncharters.co.uk/$1 [R=permanent,L]
For some reASON THE second 1 does not function, Would someone please help me by pointing out what I have done wrong.
Thanks - Glenn
|