Want redirecting all URLs containing Bolivia
to www.example.com/US/, e.g:
www.example.com/search.php?country=Bolivia&Select=Ingeni&&Location=Hiller
redirect to www.example.com/US/
Tried this, not work:
RewriteCond %{QUERY_STRING} ^(.+?&)?Bolivia[^&]*(?:&(.*))?$
RewriteRule ^ "/US/"