урл?
Я в init.php вставил:
if (in_array($_SERVER['REQUEST_URI'], $cycleRedirectPages)) {
//header('HTTP/1.0 404 Not Found');
//$APPLICATION->RestartBuffer();
include($_SERVER["DOCUMENT_ROOT"]. '/404.php');
die();
}
Но отображается без хедера и футера, и ошибки:
[Error]
Call to a member function CanDoOperation() on null (0)
/home/bitrix/www/bitrix/modules/main/include/epilog_after.php:19
#0: require
/home/bitrix/www/bitrix/modules/main/include/epilog.php:3
#1: require_once(string)
/home/bitrix/www/bitrix/footer.php:4
#2: require(string)
/home/bitrix/www/404.php:201
#3: include(string)
/home/bitrix/www/local/php_interface/init.php:66
#4: include_once(string)
/home/bitrix/www/bitrix/modules/main/include.php:246
#5: require_once(string)
/home/bitrix/www/bitrix/modules/main/include/prolog_before.php:14
#6: require_once(string)
/home/bitrix/www/bitrix/modules/main/include/prolog.php:10
#7: require_once(string)
/home/bitrix/www/bitrix/header.php:1
#8: require(string)
/home/bitrix/www/catalog/index.php:2
#9: include_once(string)
/home/bitrix/www/bitrix/modules/main/include/urlrewrite.php:159
#10: include_once(string)
/home/bitrix/www/bitrix/urlrewrite.php:2
https://dev.1c-bitrix.ru/community/webdev/user/81099/blog/bitrix-i-oshibka-404/?commentId=61252
я много оттуда перепробовал. Т.е. страницы изначально у меня не отдают 404, я хочу чтобы при заходе на них показывал 404.php и статус 404
1. Создать force_404.php (без проверки urlrewrite.php). 2. .htaccess/nginx проброс на нее
nginx, нет доступа до конфигов.
Обсуждают сегодня