Tired it doesn't seem to solve the issue just gives me syntax errors. (I put it in many different locations)

I put at the bottom of index.php, and in to footer it said:
"Warning: Cannot modify header information - headers already sent by (output started at /home/username/public_html/newhad/includes/templates/template_default/common/html_header.php:22) in /home/username/public_html/newhad/index.php on line 109"

Thanks!

Quote Originally Posted by Get Em Fast View Post
Shackle, try adding this to your index.php file to resolve this issue with IE:

<?php
$url = "http://www.your_site.com/";
header("Location: $url");
?>


Naturally, with the correct URL replacing "http://www.your_site.com/"