parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

404: вариант

Александр Петросян (PAF) 28.03.2003 13:53

@unhandled_exception[exception;stack]
^if($exception.type eq 'file.missing' && !$stack){
        $exception.handled(1)
        $response:location[/404/]
}{
        ^if(0 #<< тут ваше условие <<){
                ^unhandled_exception_debug[$exception;$stack]
        }{
                ^unhandled_exception_release[$exception;$stack]
        }
}