Just wondering how to remove urls that are requested with things like
&wotever after the html. For example a real url is example.html but its linked by example.html&wotever or example.html&random. I would like to remove the & and everything after it.
a second issue is i have
RewriteCond %{query_string} .
rewriterule (.*) http://www.example.com/$1? [R=301,L]
It works on all urls except on the home url of domain.com/? and not sure why.
Tx.
[edited by: santapaws at 1:38 pm (utc) on Sep 28, 2011]