Hi All,
We are using <LocationMatch> for our in house SSO authentication.
we are having a requirement for differentiating same URLs but different parameters using two different <LocationMatch tag.
/admin/check
/admin/check?service=new_request
Can somebody
please help us to write regex for the same.
we have already tried regex like "/admin/check$" but it didnt work.
~Hari