hi erick, try the following: replace your line: > RewriteRule ^/(.*) $1 [ENV=HTTP_CGI_AUTHORIZATION:%1] with RewriteRule ^(.*) <location of Zope.cgi>$1 [e=HTTP_CGI_AUTHORIZATION: %1,t=application/x-httpd-cgi,l] works for me :) the $1 alone sends it nowhere, you need to prefix the full path to your zope.cgi file. jens