On 3/29/06, Alexander Lazic <al-httpdusers@xxxxxxx> wrote: > Hi, > > i have think to me: > > How nice would it be if the LocationMatch can handle the query-string. > > What are the community think about this feature idea? Dangerous. The order of elements in the query string is often arbitrary, which means that the regex would need to be constructed VERY carefully so as not to unintentionally miss matches. And in most case, mod_rewrite can be used to handle anything LocationMatch can handle. Joshua. --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx