[Zope] Need doc pointers

Michel Pelletier michel@digicool.com
Tue, 02 Nov 1999 11:48:16 -0500


Fredrick Rybarczyk wrote:
> 
> 2. I'm doing my zope with apache. Why do things get added to the path on
> my management screen like:
> "dissdb / dissertations /  / dissertations /  / dissertations /  /
> dissertations /  / dissertations /  / Law / index_html"
> It's kinda annoying. My rewrite rule looks as follow
> """
> RewriteEngine On
> RewriteLog /usr/local/apache/logs/rewrite_log
> RewriteLogLevel 0
> RewriteCond %{HTTP:Authorization} ^(.*)
> RewriteRule ^/dissdb(.*)
> /usr/local/apache/cgi-bin/Zope.cgi/dissertations/$1 \
> [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l]
> """
> Fredrick.

I believe you need another slash (/) after ^/dissdb and before (.*)

-Michel