Apache2 redirect
I'm trying to redirect
and also
I know how to do this with NGINX with a simple rewrite. Could someone please help me with apache2? I know it should be super easy.
Thanks!
3 Replies
Create two separate vhosts - one for the
<virtualhost *:80="">ServerName homepage.com
Redirect / http://www.homepage.com/</virtualhost>