On 13/03/07, Schultz, Gary - COMM <GSchultz@xxxxxxxxxxxxxxxxxxxx> wrote:
I want to set a location match so that an URL is not case sensitive. The following work individually: <Location /IE/> <Location /ie/> <Location /Ie/> <Location /iE/> The following LocationMatch does not work: <LocationMatch "/(IE|ie|Ie|iE)/">
Hi, This is a thorny issue involving standards (urls aren't case insensitive, partly at least), operating systems (it works on win32/other_os_with_uncased_fs) and standards again. See: http://www.regdeveloper.co.uk/2006/08/01/apache_undead/ And a recent thread on the same subject, sort of. http://mail-archives.apache.org/mod_mbox/httpd-users/200703.mbox/%3c20070305164920.GZ7896@xxxxxxxxxx%3e (sorry about the ugly url) Thing is you haven't said what you're trying to do so it's hard to point fingers. Forgive me for the moment, at least ;-) -- noodl --------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx