Новости | FAQ | Авторы | Документация | В действии | Библиотека |
Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
agat 28.03.2003 13:41 / 28.03.2003 13:41
откройте файл главный auto.p в каталоге с parser3.exe. Измените метод @unhandled_exception[] на следующее :@unhandled_exception[exception;stack] ^if(("$exception.type" eq "file.missing") && (def $exception.source) && (^exception.source.match[$request:uri][] || ^exception.source.match[^request:uri.match[(.+)\x3f.*][]{?$match.1}][])){ ## 404 handler $exception.handled(1) $response:location[/404.html] }{ ^unhandled_exception_debug[$exception;$stack] }Создайте ваш 404.html. Положите в корень сайта. Все.