You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by James Treleaven <ja...@enoreo.on.ca> on 2002/03/08 05:01:53 UTC

LocationMatch and query-strings

Hi

I'm trying to use <LocationMatch> or its brethren to match URLs based on
their query-strings.  For example, I wish to be able to distinguish
'http://www.dog.com/login?user=spot', from
'http://www.dog.com/login?user=spike'

Unfortunately, it appears to me that File,FilesMatch,Location,LocationMatch
all ignore everything following the query-string delimiter "?".

Has anyone been able to do something like this?

cheers,
James


---------------------------------------------------------------------
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@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org