Quote:
Originally Posted by Lynne
your rewrite rule isn't working. The ones on my site look like this:
Code:
RewriteCond %{HTTP_HOST} ^www.otherdomain\.org [NC]
RewriteRule (.*) http://www.maindomain.org/$1 [L,R=301]
So, perhaps try:
Code:
RewriteCond %{HTTP_HOST} ^www.theevertonforum\.com [NC]
RewriteRule (.*) http://www.theevertonforum.co.uk/$1 [L,R=301]
|
Much appreciated Lynne. Thank you. Will give it a try now.
--------------- Added [DATE]1386964331[/DATE] at [TIME]1386964331[/TIME] ---------------
Just tried above and still the same.
--------------- Added [DATE]1386964703[/DATE] at [TIME]1386964703[/TIME] ---------------
Ok I found out what it was lol. How weird though.
--------------- Added [DATE]1386965626[/DATE] at [TIME]1386965626[/TIME] ---------------
Thanks alot though Lynne for you're time.