We have a site, www.domain.net running on xxx.xxx.xxx.1, we would like to have a folder/alias of www.domain.net/time redirect to the root of a site at xxx.xxx.xxx.2. How would you do this with apache directives? Examples would be awesome. Or guides.
Thank you very much in advance.
In the apache config in the VirtualHost section of www.domain.net add:
If you want to hide the URL you should use mod_proxy in the redirections (this conf is not tested):
See: http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewriterule
<META HTTP-EQUIV="Refresh" Content="0; URL=xxx.xxx.xxx.2>
(haha)This is LAZY people HTML, for the record.