Hey,
I'm trying to get the cloaking software from FC's Infomillionaire package working right. I keep getting this error:
Warning: Cannot modify header information - headers already sent by (output started at [...]) in [...] on line 2
This is the code in the file:
<?php header("Location: hxxp://redirect-URL-here"); ?>
Is it the right code?
I'm trying to get the cloaking software from FC's Infomillionaire package working right. I keep getting this error:
Warning: Cannot modify header information - headers already sent by (output started at [...]) in [...] on line 2
This is the code in the file:
<?php header("Location: hxxp://redirect-URL-here"); ?>
Is it the right code?
Last edited: