Re: [us...@httpd] RewriteRule for case insensitive URL

2009-06-17 Thread Matt Veitas
That seemed to work. I had to modify the rule slightly: RewriteRule ^/foobar(.*) /FooBar$1 [NC,L, R=301] On Wed, Jun 17, 2009 at 9:10 AM, Igor Cicimov wrote: > Or maybe this one > > RewriteCond %{REQUEST_URI} !^/FooBar > RewriteRule ^/foobar(.*) /FooBar$1 [NC,L] > > Igor > > On 6/17/09, Krist va

Re: [us...@httpd] RewriteRule for case insensitive URL

2009-06-17 Thread Igor Cicimov
Or maybe this one RewriteCond %{REQUEST_URI} !^/FooBar RewriteRule ^/foobar(.*) /FooBar$1 [NC,L] Igor On 6/17/09, Krist van Besien wrote: > On Tue, Jun 16, 2009 at 3:33 PM, Matt Veitas wrote: >> Hi >> >> I am attempting to create a rewrite rule for our application and am in >> need of some assi

Re: [us...@httpd] RewriteRule for case insensitive URL

2009-06-16 Thread Krist van Besien
On Tue, Jun 16, 2009 at 3:33 PM, Matt Veitas wrote: > Hi > > I am attempting to create a rewrite rule for our application and am in > need of some assistance. The application is found at the following > URL: https://my.domain.com/FooBar > > We are looking to be able to catch all cases of the path /

Re: [us...@httpd] RewriteRule for case insensitive URL

2009-06-16 Thread André Warnier
Matt Veitas wrote: Hi I am attempting to create a rewrite rule for our application and am in need of some assistance. The application is found at the following URL: https://my.domain.com/FooBar We are looking to be able to catch all cases of the path /FooBar (fooBar, Foobar, foobar, FOOBAR) and

[us...@httpd] RewriteRule for case insensitive URL

2009-06-16 Thread Matt Veitas
Hi I am attempting to create a rewrite rule for our application and am in need of some assistance. The application is found at the following URL: https://my.domain.com/FooBar We are looking to be able to catch all cases of the path /FooBar (fooBar, Foobar, foobar, FOOBAR) and have it redirect to