Hi all,
I’m quite new to zope, and trying to do a virtual host mapping with apache.
I’ve the Rewrite Module
working, and trying to do the following(in the .htaccess- file):
RewriteEngine On
RewriteRule ^/(.*)$
http://127.0.0.1:8080/VirtualHostBase/http/www.mydomain.de:80/Chris/mydomain.de
[L,P]
Also, I tried without the [L,P]. it just shows the directory
index of the webserver- not zope.
If I try it with /* ….. I get the Zope-Site,
but with the full path (…/VirtualHostBase/http/…..)
Can anyone help?!?
Thanks, Chris