Apache mod_rewrite redirect any request on domain name to another domain
- by consolibyte
How can I use mod_rewrite on Apache to direct any request for any page in a particular VirtualHost to another domain? i.e. something like:
<VirtualHost whatever.com:80>
Redirect * to http://www.some-other-domain.com/some-page.html
</VirtualHost>