Relevant Info: adfree subdomain @ exofire.net, on STARKA server(I'm assuming it's a server?)
Problem: test.php won't work.
test.php: Simply consists of..
Error Message:
I'm assuming that there's a setting/default on the subdomains that is messing the header() function up; I just don't know what it is.
Anyone know what could be wrong?
Problem: test.php won't work.
test.php: Simply consists of..
Code:
<?php
header("Location: login.php");
?>
Error Message:
Warning: Cannot modify header information - headers already sent by (output started at /home/harlanw/public_html/test.php:1) in /home/harlanw/public_html/test.php on line 2
I'm assuming that there's a setting/default on the subdomains that is messing the header() function up; I just don't know what it is.
Anyone know what could be wrong?