Strip a query string variable from url —
Let’s say you have an old site which used to have a lot of random question marks and values in the url which you no longer need. If you are using php, your site very well may load these pages with a 200OK, possibly creating duplicate content issues. Here’s a .htaccess snippit to strip any [...]