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