mod_rewrite to redirect URL with query string
- by meeble
I've searched all over stackoverflow, but none of the answers seem to be working for this situation. I have a lot of working mod_rewrite rules already in my httpd.conf file. I just recently found that Google had indexed one of my non-rewritten URLs with a query string in it:
http://domain.com/?state=arizona
I would like to use mod_rewrite to do…