How do I redirect my apache web app from an alias of one domain to a sub domain of another?
By Sophia Bowman
I have a web application on where I have installed Apache2 and Tomcat7. I would like to make a redirect from (which is a alias) to
What would be the best way to do it?
21 Answer
According to the OP:
Fixed! All I have to do is load proxy and proxy_http module in apache and follow instructions from:
– Carlos Fernández San Millán Apr 9 at 19:14
Solved his problem.