[Zope] SOLVED :) and doc note .. (was Re: VirtualHostMonster
question: URL in location bar)
Tino Wildenhain
tino@wildenhain.de
Mon, 16 Sep 2002 11:49:21 +0200
Hi Jean,
>
> I added the [proxy] flag to my RewriteRule, and it looks like that did
> the trick! Perhaps that should be specified in
> http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/VirtualHostin
> g.stx ?
>
Perhaps it is already? ;o)
>From
http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/VirtualHosting.
stx:
RewriteRule ^/(.*)
http://127.0.0.1:8080/VirtualHostBase/http/www.example.com:80/vhm_test/Virt
ualHostRoot/$1 [L,P]
See the little P at the end? :-)
Regards
Tino