Redirect - make it unable to trace source

Discussion in 'Programming' started by ntesla123, Feb 10, 2011.

  1. #1
    How do I make a redirect that would redirect someone to any site, say facebook, cnn, amazon ... and that would make it impossible for the other site to trace where the redirect comes from. For example, if someone is redirected from a fictional website mywebsite.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: facebook 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?
     
    Last edited: Feb 10, 2011
    ntesla123, Feb 10, 2011 IP