Re: How to Hide Referrer URL?
this is kinda weird for me when i view the http headers....
if i do hxxp://www.website.com/goto/index.php
in the 2nd block, i get HTTP/1.x200 OK and shows no referral information.
if i do hxxp://www.website.com/goto
in the 2nd block i get HTTP:/1.x 301 Moved Permanently and shows where the click came from.
redirect code i'm using is:
header( 'refresh: 1; url=http://www.affcodegoeshere.com' );
any help would be appreciated.
Last edited by arcarc; 03-10-2008 at 10:56 PM..
|