Re: [EMAIL PROTECTED] LocationMatch expression syntax

2007-03-13 Thread Vincent Bray
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

Re: [EMAIL PROTECTED] LocationMatch expression syntax

2007-03-13 Thread Rob Wilkerson
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

RE: [EMAIL PROTECTED] LocationMatch expression syntax

2007-03-13 Thread Schultz, Gary - COMM
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

Re: [EMAIL PROTECTED] LocationMatch expression syntax

2007-03-13 Thread Rob Wilkerson
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

RE: [EMAIL PROTECTED] LocationMatch expression syntax

2007-03-13 Thread Schultz, Gary - COMM
/(?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

Re: [EMAIL PROTECTED] LocationMatch expression syntax

2007-03-13 Thread Rob Wilkerson
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