From 7a566eb93a863174d66c399a5d7d1982fe4dcc78 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 1 Mar 2016 15:59:31 +0100 Subject: * error reporting for development --- http/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/http/.htaccess b/http/.htaccess index e4c4192..4e671f3 100644 --- a/http/.htaccess +++ b/http/.htaccess @@ -1,3 +1,6 @@ +php_value display_errors On +php_value display_startup_errors On + RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d -- cgit v1.2.3