On Wed, Nov 11, 2015 at 8:43 PM, Guillaume Bourque <
guillaume.bour...@logisoftech.com> wrote:

> Hi all,
>
> I can’t create an acl that will match this
>
> http://domain/?lang=
>
> I tried
>
>     acl fr_top                  path_reg                ^/.lang\=$
>     acl fr_top                  path_reg                ^/\?lang\=$
>
>     acl fr_top                        path_beg                /?lang\=$
>
>
>

You can't match the query string with the 'path' matcher. Try 'req.uri' or
'query' if you're using 1.6.

Reply via email to