diff options
-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 |