[Zope] Re: Again: help to vhm & apache rewrite problem
Evan Simpson
evan@4-am.com
Thu, 10 Oct 2002 18:44:37 -0500
Christian Kasprowicz wrote:
> RewriteRule ^/(.*)$
> http://127.0.0.1:8080/VirtualHostBase/http/www.mydomain.de:80/Chris/mydomain.de
> [L,P]
1. Make sure you've got a Virtual Host Monster to the root Folder of
your Zope.
2. Use this Rule (all on one line):
RewriteRule ^/(.*)
http://127.0.0.1:8080/VirtualHostBase/http/www.mydomain.de:80/Chris/mydomain.de/VirtualHostRoot/$1
[L,P]
Cheers,
Evan @ 4-am