Forum Moderators: phranque
I wish to redirect all pages from an old website to the homepage of a new website, with no parameters.
I have so far:
RewriteEngine on
RewriteRule (.*) [NEWDOMAIN.co.uk...] [R=301,L]
The problem I have is URLs like
[OLDDOMAIN.co.uk...]
redirect to
[NEWDOMAIN.co.uk...]
I want it to go to
[NEWDOMAIN.co.uk...] or [NEWDOMAIN.co.uk...]
Thanks in advance
Shady!
RewriteEngine on
RewriteRule .* http://www.NEWDOMAIN.co.u[b]k/?[/b] [R=301,L]
See this current thread [webmasterworld.com] for more discussion.
Jim