I would like my user to be redirected without it being detected.
Example: <a href="ola.php">oi</a>
Ola.php takes the source, with the attribute $ _SERVER ['HTTP_REFERER'].
I would like my user to be redirected without being detected by http_referer, is it possible?