Forum Moderators: phranque
Basically any page - i.e.; www.mysite.co.uk/mypage.html should be redirected to www.mysite.com/mypage.html
The site is very large & I want to do this dynamically, so ideally looking for a way to append request for any page to the equivalent but with a different domain suffix as the sites will be mirrored for the time being.
One issue: I'm not certain that the co.uk host (simply.com) allows the rewrite function - is there anyway I can tell definitively ?
Or, is there an alternative way of doing this, say with a redirect ?
Thanks in advance ...
------------
Redirect 301 / [mysite.com...]
------------
This appears to work a I want to - are there any issues I should be aware of / suggestions ?