Code:
<?php
echo "<meta http-equiv=\"refresh\" content=\"0;url=URL2\">";
?>
Code:
<?php
$referer = $_SERVER['HTTP_REFERER'];
if($referer == "")
{
echo "<meta http-equiv=\"refresh\" content=\"0;url=http://www.youraffiliatelink.com\">";
}
?>
How about this for double meta refresh? Any of you know if it can work properly to hide the referrer? And how to execute this plan (for the technically challenged?).