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
[EMAIL PROTECTED]

Reply via email to