On 3/29/06, Alexander Lazic <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to