diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-25 11:33:28 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-25 11:33:28 +0000 |
| commit | 87c3227bd0fc7fbc0940659c9bdc1425b9c349bf (patch) | |
| tree | 05f7c1ce6f4fd410fe65e978d5c9df86df4e9b12 | |
| parent | 18fd0c9163725e1489a3ae4e1b52c0622dc66518 (diff) | |
- Add ifModule statement for setting Options -Indexes in .htaccess file (#1488274)
git-svn-id: https://svn.roundcube.net/trunk@5651 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/.htaccess | 5 | ||||
| -rw-r--r-- | roundcubemail/CHANGELOG | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/roundcubemail/.htaccess b/roundcubemail/.htaccess index 2bc9f95ea..55dad98ed 100644 --- a/roundcubemail/.htaccess +++ b/roundcubemail/.htaccess @@ -17,7 +17,7 @@ php_flag zend.ze1_compatibility_mode Off 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 @@ ExpiresDefault "access plus 1 month" </IfModule> FileETag MTime Size + +<IfModule mod_autoindex.c> Options -Indexes +</ifModule> diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG index 3c2a7f4f9..36eae2f58 100644 --- a/roundcubemail/CHANGELOG +++ b/roundcubemail/CHANGELOG @@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Add ifModule statement for setting Options -Indexes in .htaccess file (#1488274) - Fix crashes with eAccelerator (#1488256) - Fix searching on IMAP servers without CHARSET specifier support (#1488271) - Fix expanding folders during drag&drop (#1488260) |
