2 Nov
1999
2 Nov
'99
4:48 p.m.
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