[EMAIL PROTECTED] Re: [httpd 2.2.3][conf] regular expression problem in

2007-01-18 Thread Thorsten Ottosen
Steve Swift wrote: You're trying to match a part of the URL that comes after the "?". That part of the URL does not form part of the location, but is part of the parameters passed to whatever handles the request. Doh. Thanks for the explanation. best regards Thorsten --

Re: [EMAIL PROTECTED] Re: [httpd 2.2.3][conf] regular expression problem in

2007-01-16 Thread Steve Swift
You're trying to match a part of the URL that comes after the "?". That part of the URL does not form part of the location, but is part of the parameters passed to whatever handles the request. On 16/01/07, Thorsten Ottosen <[EMAIL PROTECTED]> wrote: Thorsten Ottosen wrote: > Dear All, > > I ne

[EMAIL PROTECTED] Re: [httpd 2.2.3][conf] regular expression problem in

2007-01-16 Thread Thorsten Ottosen
Thorsten Ottosen wrote: Dear All, I need " to match an url of the following form: That should be of course. -Thorsten - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.or