Your IP : 216.73.216.170
<?
include_once($_SERVER['DOCUMENT_ROOT'].'/bitrix/modules/main/include/urlrewrite.php');
CHTTP::SetStatus("404 Страница не найдена");
@define("ERROR_404","Y");
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Страница не найдена");
$APPLICATION->SetPageProperty('SECTION_MAIN_CLASS', 'section-full-height');
$APPLICATION->SetPageProperty('CLASS_FOR_PAGE_CONTENT', 'content-404');
?>
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>