I have a URL like example.com/sample.html?h=22&w=23
How can use UrlRewriteFilter to remove the params from this URL and redirect the request with the URL example.com
Forward calls from sample.html to sample.html with no query_string ^/sample.html$ /sample.html
you might want to use forward rather than redirect, depends on our circumstances.