diff options
author | emkael <emkael@tlen.pl> | 2016-03-01 15:59:31 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-03-01 15:59:31 +0100 |
commit | 7a566eb93a863174d66c399a5d7d1982fe4dcc78 (patch) | |
tree | 108b47fc88877ec7fa82f28e4080df8f0080cf74 | |
parent | 03c1aa1f0ff39c31a64d0d581330f77bf5aa74d1 (diff) |
* error reporting for development
-rw-r--r-- | http/.htaccess | 3 |
1 files changed, 3 insertions, 0 deletions
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 |