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(.*)'