Although you do not specify which version of Apache you are using, I assume 
that you are using 2.0.55 or newer.

AFAIK this problem does not exist in Apache 2.0.54 (or at least I have not 
experienced it) with which I use rewrite rules quite extensively. Therefore I 
think that you could replace the 2.0.55 mod_rewrite with mod_rewrite from 
2.0.54. Looking at the 2.0 change log, the only change affecting mod_rewrite 
from 2.0.54 to 2.0.55 is

  *) mod_rewrite: use buffered I/O to improve performance with large
     RewriteMap txt: files.  [Greg Ames]

but you never know... Its worth a try.

-ascs

-----Original Message-----
From: Ian Brandt [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 23, 2006 6:52 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] mod_rewrite: RewriteRule to strip index.html?



Robert Ionescu wrote:
> Ian Brandt wrote:
>> Looked good, until the "add path info postfix" part.
> 
> That's a bug. http://issues.apache.org/bugzilla/show_bug.cgi?id=38642
> 
> Use the L-Flag to stop immediately (there will be a redirect 
> processing) or place the rules into httpd.conf (per-server context).
> 

Thanks for the pointer!  I've appended my case to the bug.

~Ian

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to