Re: [EMAIL PROTECTED] combining mod_rewrite with mod_ntlm and fastcgi

2005-11-10 Thread Joshua Slive
On 11/10/05, Fernando Martins <[EMAIL PROTECTED]> wrote: > > When I ask for http://ckt/ I get back http://ckt/zope and the page urls have > also prefixed zope. In 1.3, the prefix zope would never come back to the > user but it does with 2.0. > RewriteRule ^(.*) http://ckt/zope$1 I'm not positive

[EMAIL PROTECTED] combining mod_rewrite with mod_ntlm and fastcgi

2005-11-09 Thread Fernando Martins
Hi, I have a working apache 1.3 httpd.conf file which uses: 1) mod_rewrite to spot some requests which should be handled by a localhost zope server and prefix them with zope or zope/CKT/, say http://ckt/file.htm is rewritten as http://ckt/zope/CKT/file.htm (see the real rules below); 2) mod_ntl