I'm trying to run Zope with Apache... but I can't get into "manage". This is in httpd.conf: # Zope configuration maps /Zope/ to the Zope.cgi CGI script RewriteEngine on RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^/Zope/(.*) /home/httpd/cgi-bin/Zope.cgi/$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] Note: the rewrite rule is all one line! Zope.cgi is in /home/httpd/cgi-bin/ and it works because I get the login screen! When I enter the username and the password it rejects it and doesn't allow me access. It says "No Authorization header found". I'm running: apache_modperl-1.3.6-1.19-1 on Red Hat Linux 5.1. The $zope_home/var directory and the $zope_home/access file are both set UID and GID nobody and the access file is readable by nobody and root. Can somebody hit me with the clue-bat? Cheers! -- Chuck Mead, CTO - Moongroup Consulting, Inc.- http://www.moongroup.com/ Need help with sendmail/fetchmail/procmail or MUA's? Join the mailhelp mailing list. Send "s-u-b-s-c-r-i-b-e" (no quotes and no hyphens) in the subject line to mailhelp-request@moongroup.com to join.