From 9fc4eb3f828335c8e375487c518b63d1fea46132 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sun, 25 Dec 2011 06:35:42 -0500 Subject: [PATCH] - Add ifModule statement for setting Options -Indexes in .htaccess file (#1488274) --- CHANGELOG | 1 + .htaccess | 5 ++++- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/.htaccess b/.htaccess index 2bc9f95..55dad98 100644 --- a/.htaccess +++ b/.htaccess @@ -17,7 +17,7 @@ php_flag suhosin.session.encrypt Off #php_value session.cookie_path / -php_value session.auto_start 0 +php_flag session.auto_start Off php_value session.gc_maxlifetime 21600 php_value session.gc_divisor 500 php_value session.gc_probability 1 @@ -49,4 +49,7 @@ </IfModule> FileETag MTime Size + +<IfModule mod_autoindex.c> Options -Indexes +</ifModule> diff --git a/CHANGELOG b/CHANGELOG index 2fef9b8..15aac7c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Add ifModule statement for setting Options -Indexes in .htaccess file (#1488274) - Fix searching on IMAP servers without CHARSET specifier support (#1488271) - Fix crash with eAccelerator (#1488256) - Fix expanding folders during drag&drop (#1488260) -- Gitblit v1.9.1