I want to 301 redirect home.html to the root to avoid duplicate content. I can do this like this:
RewriteRule ^/home.html$ / [NC,R=301]
However there is a legacy affiliate program that use home.html like this:
home.html?a=companyname
Is there a way to allow the affiliate links, but still 301 home.html?