Re: Traffic rules - outgoing custom?
Posted: Fri Mar 28, 2014 11:51 am
The problem is not correct code for header redirect, but this error:
Cannot modify header information – headers already sent in line:
$numclicks=count(explode('|', $_COOKIE['to']));
this particularly line is the problem - if I remove it - header redirection works...
Cannot modify header information – headers already sent in line:
$numclicks=count(explode('|', $_COOKIE['to']));
this particularly line is the problem - if I remove it - header redirection works...