Your IP : 216.73.216.170


Current Path : /home/bitrix/ext_www/vf.yacl.site/
Upload File :
Current File : /home/bitrix/ext_www/vf.yacl.site/404.php

<?
include_once($_SERVER['DOCUMENT_ROOT'].'/bitrix/modules/main/include/urlrewrite.php');
CHTTP::SetStatus("404 Not Found");
@define("ERROR_404","Y");
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("404 Not Found");

?>
<div>
    <p style="font-size: 175px; color: #a01623; text-align: center;">404</p>
    <p style="font-size: 45px; color: #a01623; text-align: center;"><?=GetMessage('PAGE_NOT_FOUND');?></p>
    <br>
    <p style="font-size: 20px; text-align: center;"><a href="/"><?=GetMessage('PAGE_HOME');?></a></p>
</div>

<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>