Error on Cloaking software

Brian88

Newbie
Joined
Mar 26, 2009
Messages
29
Reaction score
10
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?
 
Last edited:
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?

make sure there is no white space before your tags & before the word "header"
 
Back
Top