[Zope] help with url rewriting

Chris Withers chris at simplistix.co.uk
Wed Nov 9 07:55:16 EST 2005


Faheem Mitha wrote:
> 
> the log says
> 
> [Wed Nov 09 03:30:26 2005] [error] [client ...] client denied by server 
> configuration: 

This means you likely need to find something else in your apache.conf 
that's causing this problem...


>   RewriteRule ^/plone(/.*)?$ 

That's odd..

Why not just:

/plone(.*)

?

This might actually be your problem, since that question mark means that 
$1 might not exist for:

> http://127.0.0.1:9673/VirtualHostBase/https/%{HTTP_HOST}:443/dulci/VirtualHostRoot/_vh_plone$1 
> [L,P]

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk



More information about the Zope mailing list