Warning: Cannot modify header information - headers already sent by (output started at B:\home\test2.ru\www\config\db_config.php:1) in B:\home\test2.ru\www\dans\mstart.php on line 129
вот начало
<?php
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");
---------------------------------------------------------------
129 строка
header ("location: allmodul.php");
}
файл allmodul.php присутсвует
как можно решить? |