summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2009-08-27 06:53:46 +0000
committerthomascube <thomas@roundcube.net>2009-08-27 06:53:46 +0000
commit4b20e2871897ad4a0e9bbb7a7b1b83cbcfa01efb (patch)
tree957895f301fee16fbade5679ca4a1bedcb7d43ac /INSTALL
parent141c9e732df32afb0ff6892b165bd72f1aac2287 (diff)
Don't set php_value error_log in .htaccess by default
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 796fb2cf1..cf46fafaf 100644
--- a/INSTALL
+++ b/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
==============