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 the correct
URL "/FooBar". I have the current rule in place but this causes a
redirect loop:

RewriteRule ^/foobar(.*) /FooBar$1 [NC,R]


How can I avoid this redirect loop and still have the user be able to
enter any combination of uppercase and lowercase letters in the URL?

Thanks in advance,
Matt Veitas

---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to