15 Nov
1999
15 Nov
'99
4:24 a.m.
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