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
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/$ /
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