Quote Originally Posted by Frank0 View Post
Here is a snippet from http://www.brobinsoncorporation/biz/index.php
[/B]


// $Id: index.php 1111 2005-04-05 01:51:19Z drbyte $
//

// send to domain root
session_write_close();
header('Location: ' . 'http://' . $_SERVER['HTTP_HOST']);
exit();
?>
It seems like you've replaced the main index.php file by mistake.