On 13/03/07, Schultz, Gary - COMM <[EMAIL PROTECTED]> 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/[EMAIL 
PROTECTED]
(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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to