]> git.donarmstrong.com Git - roundcube.git/blobdiff - .htaccess
Depends on php-mail-mime (>= 1.8.2). Closes: #656243.
[roundcube.git] / .htaccess
index 2bc9f95eaa09245c8f4dbc412442bc26f8fc4f4c..55dad98edcfbb8838af7025037f3c17751525ed2 100644 (file)
--- a/.htaccess
+++ b/.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>