Hi
I am trying to redirect a url in the htaccess file.
RewriteEngineOn
RewriteRule ^wakins.co.uk$ http://www.watkins.co.uk [R=301,L]
and I have also tried this
RewriteEngineOn
RewriteRule ^/wakins.co.uk$ http://www.watkins.co.uk [R=301,L]
Thanks in advance
D