How can I match a query string using LocationMatch
with apache?
<LocationMatch "/index.php?a=b.*">
// ...
... won't work unfortunately.
Kind regards
How can I match a query string using LocationMatch
with apache?
<LocationMatch "/index.php?a=b.*">
// ...
... won't work unfortunately.
Kind regards