How can I forward request to one subdomain to another subdomain in Apache?
- by Shpigford
I'm running Apache 2 on Ubuntu and would like to forward all request on one subdomain to another.
Example:
a.example.com/page.html would forward to b.example.com/page.html
I want to forward all requests (not just a few pages).
How would I set that up in my virtual hosts?