Zope with Apache on NT
Has anyone gotten Zope 1.10.2 to work with the windows version of Apache (1.3.6)? I've checked, double-checked and triple-checked the notorious rewrite rule: <httpd.conf snippet> LoadModule rewrite_module modules/ApacheModuleRewrite.dll # # RewriteEngine On RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^/Zope/(.*) /PROGRA~1/APACHE~1/cgi-bin/Zope1-10-2.exe/$1 [last,e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l] </httpd.conf snippet> so on: http://localhost/Zope/manage or http://localhost/Zope/anything-else-for-that-matter I just get Error 403 Forbidden messages. waaaaahhh... it's late and I'm getting cranky... snivel... :^) --Rob -- Rob Page V: 540 371 6909 Digital Creations http://www.digicool.com
participants (1)
-
Rob Page