views:

343

answers:

0

How can I match a query string using LocationMatch with apache?

<LocationMatch "/index.php?a=b.*">
// ...

... won't work unfortunately.

Kind regards