Hi Every onePlease could you some one help the below problem iam facing onb Redirect match.https://localhost/test.htm?_SearchId=testIn apache i need specify rule to validate if the url contain "test.htm?_SearchId=test" and return 403 .I tried the RedirectMatch 403 "test.htm/?_SearchId=test" But it blocks only https://localhost/test.htm_SearchId=test not the "https://localhost/test.htm?_SearchId=test" which contains ? in the url