I'm trying to redirect a URL with a question mark, but it's not really classed as a parameter. I'm just not sure what query_string I would use if doing a mod_rewrite.
I would like to redirect:
/category/Product-Name?.html
To:
/category/Product-Name.html
Notice the only difference is the removal of the question mark.
Appreciate your help.
Thanks.