[Zope] Zope/manage problem

Evan Simpson evan@4-am.com
Mon, 13 Sep 1999 23:14:57 -0500


Scott Thomas Haug wrote:

> RewriteRule ^/Zope/(.*) /home/httpd/cgi-bin/Zope.cgi/$1  [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l]

It's a subtle, yet infuriating bug in the rewrite rule.  When you manage your root, you're producing URLs like
'host:port/Zope?manage...'.  Note the lack of a slash after 'Zope'.  Try replacing '^/Zope/(.*)' with '^/Zope(.*)'