Not on my install:
Code: Select all
roundcube # pwd
/var/www/localhost/htdocs/roundcube
roundcube # find | grep htaccess
./config/.htaccess
./logs/.htaccess
./temp/.htaccess
roundcube #
or this:
Code: Select all
roundcube # equery files roundcube | grep access
/usr/share/webapps/roundcube/0.3.1/htdocs/config/.htaccess
/usr/share/webapps/roundcube/0.3.1/htdocs/logs/.htaccess
/usr/share/webapps/roundcube/0.3.1/htdocs/temp/.htaccess
I've tried creating a .htaccess file in /var/www/localhost/roundcube with this in it:
Code: Select all
php_value suhosin.sesseion.encryption Off
and I get a server error
EDIT: my fault, should have been using "php_flag", but that still needs to be a manual thing after installing... I don't have any of the other .htaccess settings shown before in this thread
EDIT(2): ok, cancel the idea of putting the value into a .htaccess file.... it seems that this doesn't override the server wide setting
Rich