hi! i tried that suggestion but it didn't help. i still have the same path prefixed to each url. apache definitely reloaded the config files and there are absolutely no typos... this is getting weird! ciao, basti On Mon, 14 Jun 1999, Steve Spicklemire wrote:
Hi Sebastian,
This is due to Zope's <Base..> tags. here's my workaround. There may(must?) also be a way to tell zope to use a different base, using SCRIPT_NAME or something... but I haven't had time to sort that all out...
<VirtualHost foo.spvi.com> .. blah... .. RewriteEngine on RewriteRule ^/Customers/foo(.*) /$1 RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^/(.*) /usr/local/etc/zope/Zope.cgi/Customers/foo$1 [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] </VirtualHost>
--------------------------------------------------------------------- sebastian f. luehnsdorf beehive elektronische medien gmbh --------------------------------------------------------------------- http://basti.beehive.de http://www.beehive.de mailto:basti@beehive.de mailto:service@beehive.de fon: (+49 30) 84 78 20 fax: (+49 30) 84 78 22 99