Multiple RewriteCond .htaccess Query String Redirects
It's easy to redirect simple page urls from one location to another but query strings redirection can make you pull your hair.
This is how I redirected simple pages:
It's easy to redirect simple page urls from one location to another but query strings redirection can make you pull your hair.
This is how I redirected simple pages:
Today's task was to redirect all pages from an old domain to new domain except one page (google verification file). All pages including any query string should be stripped out and redirect to only homepage of new domain with out any query string.