2 replies
This is the code that I generated from prosper202 and it's working fine in beyond hosting but when I switched it to site 5 hosting, it's not redirecting to the offer page but rather it redirects to my login page.

I wonder what could be the cause for that error.
<?php



if (isset($_COOKIE['tracking202outbound'])) {
$tracking202outbound = $_COOKIE['tracking202outbound'];
} else {
$tracking202outbound = 'http://prosper.seedingprofits.com/tracking202/redirect/lp.php?lpip=5425&pci='.$_COOKIE['tracking202pci'];
}

header('location: '.$tracking202outbound);

?>
#problem #redirect

Trending Topics