[Zope] 403 error

Tim Zegir trzegir at ncable.net.au
Mon Apr 19 01:35:01 EDT 2004


Hi All,

I have just set up a new apache server (Mandrake 10) and have configured
it to use the following rewrite rule.
--------------
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteLog logs/domain.com-rewrite_log
RewriteLogLevel 1
RewriteRule ^/(.*)
http://zope.domain.com:8080/VirtualHostBase/http/%{SERVER_NAME}:80/domai
n/VirtualHostRoot/$1 [L,P]
</IfModule>
----------------
But when ever I go to domain.com I get a 403 error (You don't have
permission to access / on this server).

Does anyone know whats wrong?

Thanks
-tim zegir





More information about the Zope mailing list