View Single Post
Old 12-20-2014, 05:55 AM  
RummyBoy
Confirmed User
 
Join Date: Dec 2009
Posts: 2,157
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?).
RummyBoy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote