How to Redirect a Referrer Parameter in Apache
I ran into a situation where I was asked if there was a way to redirect a referrer in Apache to a different relative location. At first, I thought it’d be easy because you’d only need to use regex to match “referrer,” specify the relative location, and you’re done. Right? … Right‽
more ...