apache virtual hosts and mod_redirect

Peter Horst phorst at speakeasy.net
Fri Aug 4 03:36:50 UTC 2006


Hi, I am trying to redirect traffic from the root address at my default 
server (of two name-based virtual hosts) to /blog/.  I.e. I would like 
traffic for www.depaulacs.org/ to go automatically to 
www.depaulacs.org/blog/.  But I don't want to affect anything to do with 
the second virtual host.  Here is what I have tried.  Can someone point 
out where I've gone wrong?  I am running Fedora Core 5, Apache 2.2.2.  
Thanks!

<VirtualHost *:80>
   ServerName www.depaulacs.org
   ServerAlias depaulacs.org
   ServerAdmin phorst at speakeasy.net
   DocumentRoot /var/www/html
   ErrorLog logs/error_log
   CustomLog logs/access_log common
   RewriteEngine on
   RewriteRule ^/$ /blog/ [R]
</VirtualHost>

<VirtualHost *:80>
   ServerName www.sklar-blake.com
   ServerAlias sklar-blake.com
   ServerAdmin phorst at speakeasy.net
   DocumentRoot /var/www/html/tom
   ErrorLog logs/www.sklar-blake.com-error_log
   CustomLog logs/www.sklar-blake.com-access_log common
</VirtualHost>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20060803/11e46fc9/attachment-0001.htm>


More information about the fedora-list mailing list