summaryrefslogtreecommitdiff
path: root/roundcubemail/INSTALL
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-08-27 06:53:46 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-08-27 06:53:46 +0000
commit62463e72e97e7cd3906b0723bac800a7f46ea612 (patch)
tree3a5507627d4612aaac197a1175223d103f3e8211 /roundcubemail/INSTALL
parent1c9867c25df77cdfd028bbd66561917b91d9e9a2 (diff)
Don't set php_value error_log in .htaccess by default
git-svn-id: https://svn.roundcube.net/trunk@2874 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/INSTALL')
-rw-r--r--roundcubemail/INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/roundcubemail/INSTALL b/roundcubemail/INSTALL
index 796fb2cf1..cf46fafaf 100644
--- a/roundcubemail/INSTALL
+++ b/roundcubemail/INSTALL
@@ -43,6 +43,15 @@ INSTALLATION
7. Done!
+CONFIGURATION HINTS
+===================
+
+RoundCube writes internal errors to the 'errors' log file located in the logs
+directory which can be configured in config/main.inc.php. If you want ordinary
+PHP errors to be logged there as well, enable the 'php_value error_log' line
+in the .htaccess file and set the path to the log file accordingly.
+
+
DATABASE SETUP
==============