Redirect script don't work after switching hosting in prosper202

1 replies
I have checked with the versions for the sql and php and both hosting are working fine. I am just not sure why is the script not working. Below is the code thatI generated from p202.

<?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);

?>
#hosting #prosper202 #redirect #script #switching #work
  • Profile picture of the author David V
    It's hard to say without digging, but something in your new host is not the same. The versions may be the same, but the settings are not.

    A common thread for people having problems with the host have been:

    "you need MySQL built with '--with-partition' to have it working"
    and
    "The MySQL server is running with the --skip-partition option so it cannot execute"

    You might want to look into that.
    {{ DiscussionBoard.errors[8171093].message }}

Trending Topics