7 Feb
2004
7 Feb
'04
1:03 a.m.
I have the following rewrite rule in my httpd.conf file. <VirtualHost *> ServerName dev.mydomain.com.au RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/dev.mydomain.com.au:80/mydomain/V... [NC,L,P] </VirtualHost *> I am running Mandrake 9.2 with Apache 2 and zope 2.7rc2 When I go to dev.mydomain.com.au i get the standard apache frontpage not the redirected zope page. If i go to dev.mydomain.com.au:8080/mydomain i get the page i want. can anyone tell me what is wrong with my VirtualHost -- Tim Zegir <trzegir@ncable.net.au>