From 2f2f15b7aabe19e45dad9bddb7eb7f4394aa1e21 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 04 Sep 2006 08:26:30 -0400
Subject: [PATCH] Little improvements for message parsing and encoding

---
 .htaccess |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.htaccess b/.htaccess
index c0ab7f0..9474105 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,7 +1,8 @@
-php_flag   display_errors 	On
-php_value  session.gc_maxlifetime  21600
-php_value  session.gc_divisor   500
-php_value  upload_max_filesize  2m
+# AddDefaultCharset	UTF-8
+php_flag	display_errors	Off
+php_flag	log_errors	On
+php_value	error_log	logs/errors
+php_value	upload_max_filesize	2M
 
 <FilesMatch "(\.inc|\~)$|^_">
   Order allow,deny

--
Gitblit v1.9.1