I use a PHP script with my site that produces a querystring in the URL. One of the variables in the querystring is: colour=red
I would like to make a rule in my .htaccess file that re-writes all instances of colour=red to colour=blue.
I don't have access to change the original PHP script so a .htaccess rule is needed.