Сайт на 1С-Битрикс.
Несуществующие страницы возвращают содержимое 404.php, но ответ сервера 200
Посылать в заголовке статус 200 на 404 ошибку - отключено
Содержимое файла 404.php стандартное из коробки.
В чем может быть причина?
Обратитесь к документации того веб-сервера, на который вы установили 1С-Битрикс.
Если это не ваш сервер, то обратитесь к владельцу/администратору (в поддержку хостинга).
включайте вывод ошибок и предупреждений (E_ALL) PHP
скорее всего в вывод что-то попало до команды header
Искать причину начиная от бом символов до <?php
Warning: Cannot modify header information - headers already sent by (output started at /home/c/cy67997/bitrix/public_html/bitrix/header.php:1) in/home/c/cy67997/bitrix/public_html/bitrix/modules/main/include.php on line 248
Warning: Cannot modify header information - headers already sent by (output started at /home/c/cy67997/bitrix/public_html/bitrix/header.php:1) in/home/c/cy67997/bitrix/public_html/bitrix/modules/main/include.php on line 251
Warning: Cannot modify header information - headers already sent by (output started at /home/c/cy67997/bitrix/public_html/bitrix/header.php:1) in/home/c/cy67997/bitrix/public_html/bitrix/modules/main/include.php on line 253
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/c/cy67997/bitrix/public_html/bitrix/header.php:1) in/home/c/cy67997/bitrix/public_html/bitrix/modules/main/include.php on line 281
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/c/cy67997/bitrix/public_html/bitrix/header.php:1) in/home/c/cy67997/bitrix/public_html/bitrix/modules/main/include.php on line 281
Warning: Cannot modify header information - headers already sent by (output started at /home/c/cy67997/bitrix/public_html/bitrix/header.php:1) in/home/c/cy67997/bitrix/public_html/bitrix/modules/main/lib/httpresponse.php on line 153
Warning: Cannot modify header information - headers already sent by (output started at /home/c/cy67997/bitrix/public_html/bitrix/header.php:1) in/home/c/cy67997/bitrix/public_html/bitrix/modules/main/lib/httpresponse.php on line 153