From 6fff3c8e028af438f3e7857f29991687561cc67d Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Tue, 06 Oct 2009 06:00:33 -0400
Subject: [PATCH] - more css unification for boxes + toolbarmenu moved to common.css (#1486198)

---
 INSTALL |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/INSTALL b/INSTALL
index 82f01ce..67fbce9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -38,9 +38,18 @@
    - /logs
 3. Create a new database and a database user for RoundCube (see DATABASE SETUP)
 4. Point your browser to http://url-to-roundcube/installer/
-5. Follow the instructions of the install script (or see MANUAL CONFINGURATION)
+5. Follow the instructions of the install script (or see MANUAL CONFIGURATION)
 6. After creating and testing the configuration, remove the installer directory
 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
@@ -158,8 +167,8 @@
 Apache:
 -------
 To enable these features in apache the following modules need to be enabled:
- * mod_compress
- * mod_expire
+ * mod_deflate
+ * mod_expires
  * mod_headers
 
 The optimisation is already included in the .htaccess file in the top 

--
Gitblit v1.9.1