Forum Moderators: phranque
Im using:
<VirtualHost *>
ServerName ***.widget.com
Redirect 301 / [***.widget2.com...]
</VirtualHost>
This only redirects if people type in the domain name.
I still have people visiting pages at that domain
ie
***.widget.com/blob.htm
but are given an error instead.
Is there a catch all to forward all pages?
Redirect 301 / http://www.widget2.com[b]/[/b]
It's actually more difficult to selectively redirect; that requires you to use RedirectMatch.
Jim