CODE
RedirectMatch 301 ^(.*)$ http://www.newdomain.com
to redirect all pages of old domain to the new domain root. However, pages on the old domain with parameters (like ?t=66) are being directed to the new domain with parameters (like newdomain.com/?t=66). Is there a way to get all pages to direct to the domain root cleanly (without parameters)?










