From ed4f2b8b98d2ecadaf510a4f109a630c13b2e202 Mon Sep 17 00:00:00 2001 From: pictuga Date: Mon, 16 Jun 2014 13:51:45 +0200 Subject: [PATCH] Custom Error 500 message Error 500 appear when 404 pages crash --- www/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/www/.htaccess b/www/.htaccess index f1e7962..59c58b6 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -2,3 +2,4 @@ AddHandler cgi-script .py Options +ExecCGI ErrorDocument 404 /morss.py +ErrorDocument 500 "A very nasty bug found his way onto this very server"