киньте кусок начала кода вашего индекса
<?php
session_set_cookie_params(604800);
error_reporting (E_ALL);
ini_set("display_errors","1");
/*
if ( !(!empty($_COOKIE["access"]) && $_COOKIE["access"] == "on" ) )
{
if ( !empty($_GET["access"]) && $_GET["access"] == "on" )
{
setcookie("access","on");
}
else
{
header("HTTP/1.1 503 Service Temporarily Unavailable");
header("Status: 503 Service Temporarily Unavailable");
header("Retry-After: 3600");
header("X-Powered-By:");
echo("Сайт на реконструкции.");
exit();
}
}
*/
$on_time_work = false;
$time_start_script = 0;
$memory_use_script_start = 0;
if ( $on_time_work )
{
$time_start_script = microtime(true);
$memory_use_script_start = memory_get_usage();
}
header ("Expire: Mon, 4 Apr 1995 01:01:01 GMT");
header ("Cache-Control: no-cache, must-revalidate");
header ("Pragma: no-cache");
header ("Content-type: text/html; charset=UTF-8");