diff --git a/.htaccess b/.htaccess
index 4648105..9406a30 100644
--- a/.htaccess
+++ b/.htaccess
@@ -32,6 +32,9 @@ DirectoryIndex index.php index.html index.htm
   php_value mbstring.http_input             pass
   php_value mbstring.http_output            pass
   php_flag mbstring.encoding_translation    off
+  php_flag display_startup_errors on
+  php_flag display_errors on
+  php_flag html_errors on
 </IfModule>
 
 # Requires mod_expires to be enabled.
