[Zope] Users cannot acces sites

Stefan H. Holek stefan@epy.co.at
Tue, 10 Sep 2002 15:25:49 +0200


You are missing the VirtualHostRoot keyword in your rewrite rule. Also note 
that HTTP_HOST may include the port (if it is not 80 IIRC).

RewriteRule ^/(.*) \
http://127.0.0.1:8080/VirtualHostBase/http/%{HTTP_HOST}:80/VirtualHostRoot/
$1 [L,P]

HTH,
Stefan


--On Dienstag, 10. September 2002 14:02 +0200 Roel Van den Bergh 
<roel@planetinterior.com> wrote:

> RewriteRule ^/(.*)
> http://127.0.0.1:8080/VirtualHostBase/http/%{HTTP_HOST}:80/$1 [L,P]
> started all.
>

--
Those who write software only for pay should go hurt some other field.
/Erik Naggum/