Page is a not externally linkable
phranque - 3:12 am on Oct 27, 2012 (gmt 0)
# if the requested url contains a query string
# 301 redirect to the same path on the canonical hostname without a query string
RewriteCond %{QUERY_STRING} .
RewriteRule ^(.*)$ http://example.com/$1? [R=301,L]
usual disclaimers apply: "professional driver on a closed course"