I want any hit to the following folder to redirect to a new location,
i.e:
www2.domain.com/~ redirects to www.domain.com/~
! AND changes the browser location to www.domain.com. I tried the
following but to no avail; am I doing something wrong?
<VirtualHost 10.20.30.40>
Servername www2.domain.com
Redirect /doc/root http://www.domain.com
ErrorLog /doc/logs/error_log
TransferLog /doc/logs/access_log
ScriptAlias /cgi-bin/ /doc/root/cgi-bin/
</VirtualHost>
Thanks
Mike Dunlop