Re: [EMAIL PROTECTED] mod_rewrite nocase loop problem

2007-03-05 Thread Joshua Slive
On 3/5/07, N.J. Thomas <[EMAIL PROTECTED]> wrote: We have this working URL: http://example.org/BAR/ We would like to make the path portion of the URL case insensitive, so that the following: http://example.org/bar/ http://example.org/Bar/ http://example.org/bAr/ Would all go b

Re: [EMAIL PROTECTED] mod_rewrite nocase loop problem

2007-03-05 Thread Nick Kew
On Mon, 5 Mar 2007 11:49:20 -0500 "N.J. Thomas" <[EMAIL PROTECTED]> wrote: > http://example.org/bar/ > http://example.org/Bar/ > http://example.org/bAr/ > > Would all go back to the original URL. Using mod_rewrite, I tried > applying the following rule: > > RewriteRule ^/bar/$ /

[EMAIL PROTECTED] mod_rewrite nocase loop problem

2007-03-05 Thread N.J. Thomas
We have this working URL: http://example.org/BAR/ We would like to make the path portion of the URL case insensitive, so that the following: http://example.org/bar/ http://example.org/Bar/ http://example.org/bAr/ Would all go back to the original URL. Using mod_rewrite, I tried