/(?i)IE/ didn't work. I also tried <LocationMatch "/[iI][eE]/"> which didn't work. -----Original Message----- From: Rob Wilkerson [mailto:r.d.wilkerson@xxxxxxxxx] Sent: Tuesday, March 13, 2007 10:58 AM To: users@xxxxxxxxxxxxxxxx Subject: Re: LocationMatch expression syntax I don't know if this will fly in Apache, but you could try /(?i)IE/ to specify a case-insensitive match. On 3/13/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)/"> > > What is the proper syntax to use for LocationMatch? > > > > Gary T. Schultz > IT Administrator > Wisconsin Dept. of Commerce > 608-266-1283 > gschultz@xxxxxxxxxxxxxxxxxxxx --------------------------------------------------------------------- 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 --------------------------------------------------------------------- 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