
steve.j.swift at gmail
Jan 16, 2007, 9:42 AM
Post #2 of 4
(1476 views)
Permalink
|
|
Re: Re: [httpd 2.2.3][conf] regular expression problem in <LocateMatch>
[In reply to]
|
|
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 <thorsten.ottosen [at] dezide> wrote: > > Thorsten Ottosen wrote: > > Dear All, > > > > I need <LocateMatch "<my expression here>" to match an url of the > > following form: > > That should be <LocationMatch> of course. > > -Thorsten > > > --------------------------------------------------------------------- > 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: users-unsubscribe [at] httpd > " from the digest: users-digest-unsubscribe [at] httpd > For additional commands, e-mail: users-help [at] httpd > > -- Steve Swift http://www.swiftys.org.uk
|