I've been trying for ages to work out how to redirect a page on my site...
I need to go from:
example.com/this-page?a=1234567890
to:
example.com/this-page.html?a=1234567890
I've tried various things, the closest I get to it is that it strips out the query string, but redirects to the html extension... otherwise I end up with too many redirects errors!
All good fun, any help is much appreciated.
Thanks, Dan