Multiple RewriteCond .htaccess Query String Redirects

Posted by Damodar Bashyal on May 29, 2014

 

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:

More»

Redirect old website / domain to new domain using htaccess

Posted by Damodar Bashyal on May 27, 2013

 

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.

More»