I want to redirect a specific page to home page.
My source URL is http://examlple.com/index.html?page=22
My target URL is http://examlple.com/
I have tried Redirect /index.html?page=22 http://example.com/
also I have tried by using 301 and RewriteRule but no success yet, this is not working.