View Single Post
  #8   (View Single Post)  
Old 15th February 2009
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Real Name: Ben
Spam Refugee
 
Join Date: Jul 2008
Location: Rotterdam, The Netherlands
Posts: 336
Default

You can't redirect a 'top URL' to a 'deep URL' in Apache itself, so you can't do, e.g.

Code:
Redirect / http://mailman.example.com/mailman/listinfo/
in the mailman.example.com vhost config

You can redirect a different vhost like http://list.example.com or http://mailman.example.com to http://lists.example.com/mailman/listinfo/ though.

Using a redirecting .html page in the DocumentRoot should work.

Last edited by DutchDaemon; 15th February 2009 at 01:05 PM.
Reply With Quote