WMT showed a duplicate page title on my site when I checked this morning. It listed the correct link on my site as:
http: //example.com/pageonmysite.html
The duplicate was listed as:
http: //example.com/pageonmysite.html?referrer=anothersiteexample.com.au
After searching WebmasterWorld, I found this code:
RewriteCond %{THE_REQUEST} \?[^\ ]*\ HTTP/
RewriteRule (.*) http://example.com/$1? [R=301,L]
That worked beautifully to do a 301 redirect to the correct URL, but it also prevented my OpenX ads from appearing!
I've searched, and cannot find how to do this while allowing OpenX to still display. Any help would be appreciated, this htaccess stuff confuses the me to no end.