Your IP : 52.15.118.202


Current Path : /var/www/u0635749/data/www/hobbyclick.ru/hobbyclick.ru/www/www/bitrix/php_interface/
Upload File :
Current File : /var/www/u0635749/data/www/hobbyclick.ru/hobbyclick.ru/www/www/bitrix/php_interface/init.php

<?php

AddEventHandler("main", "OnEpilog", "Redirect404");
function Redirect404() {
    if(defined("ERROR_404") ) {
        LocalRedirect("/404.php", "404 Not Found");
    }
}