How do I make a redirect that would redirect someone to another site and make it impossible for them to trace where the redirect comes from. For example if someone is redirected from a fictional website mywebsite dot info, how do I make it impossible for the people at the other website to know that the referrer is mywebsite.info, and preferably replace the referrer with a referrer of my choice. I've tried using php header(Location: otherwebsite dot com) and I believe it works sometimes, but do any of you have a better suggestion?
Maybe multiple redirects? And is it possible to test if it works?
Maybe multiple redirects? And is it possible to test if it works?
Last edited: