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:
The following LocationMatch does not work:
Hi,
This is a thorny issue involving standards (urls aren't case
insensitive, p
AIL PROTECTED]
Sent: Tuesday, March 13, 2007 11:40 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] LocationMatch expression syntax
Sounds like you've got something else happening. As far as I can tell, both
of those should work - your own implementation is about as simple as it
ge
AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] LocationMatch expression syntax
Sounds like you've got something else happening. As far as I can tell, both
of those should work - your own implementation is about as simple as it
gets. Just to eliminate the obvious...you are restar
g
Subject: Re: [EMAIL PROTECTED] 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 <[EMAIL PROTECTED]> wrote:
>
>
> I want to set a location match so that an U
/(?i)IE/ didn't work.
I also tried which didn't work.
-Original Message-
From: Rob Wilkerson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 13, 2007 10:58 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] LocationMatch expression syntax
I don't know if t
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 <[EMAIL PROTECTED]> wrote:
I want to set a location match so that an URL is not case sensitive. The
following work individually:
The following Locatio