How to hide referrer for users exiting my site?

501 views Asked by At

so I want to find a way using PHP/.htaccess so that when a user visiting my site types a site in the URL bar it doesn't show the referrer. I know services like anonym can do this for url links but is it possible to do this for users to go to new site via the URL bar?

1

There are 1 answers

2
Marcos Dimitrio On

That's not how it works. When a user goes to another site by typing the address in URL bar (and in many other cases), no HTTP Referer information is sent to that site.