Новости | FAQ | Авторы | Документация | В действии | Библиотека |
Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
Modjo7 01.10.2008 02:49
Вообщем пришли к такому:ErrorDocument 404 /404.htmlобрабатывает всё, кроме *.html
@unhandled_exception[exception;stack] ^if($exception.type eq "file.missing"){ ^rem{*** если нет файла то делаем внутренний ***} ^rem{*** редирект на страницу с 404 ошибкой ***} ^rem{*** не забывая написать в ней $response:status(404) ***} $response:location[/404.html] }{ #use debug version to see problem details ^unhandled_exception_release[$exception;$stack] #^unhandled_exception_debug[$exception;$stack] }в 404.html
$response:status(404) <title>404</title> 404 нет такой страницы.G_Z, спасибо за разбор полётов :)