X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.htaccess;h=ae20a9af0a3878d0e9f84caf2348bee4f37042ae;hb=8d5c940f425507dcaa30130a7bc8c9387421ea89;hp=9474105deebc1b20727adaf9a95ffaeeed5c8e3f;hpb=0af63e79917234f76cfa7ec74e9d97b24fbf9b55;p=roundcube.git diff --git a/.htaccess b/.htaccess index 9474105..ae20a9a 100644 --- a/.htaccess +++ b/.htaccess @@ -1,10 +1,31 @@ # 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 +AddType text/x-component .htc - + + php_flag display_errors Off + php_flag log_errors On + php_value error_log logs/errors + php_value upload_max_filesize 5M + php_value post_max_size 6M + php_value memory_limit 64M + php_value session.auto_start 0 + php_value zlib.output_compression 0 + php_value magic_quotes_gpc 0 + + + + php_flag display_errors Off + php_flag log_errors On + php_value error_log logs/errors + php_value upload_max_filesize 5M + php_value post_max_size 6M + php_value memory_limit 64M + php_value session.auto_start 0 + php_value zlib.output_compression 0 + php_value magic_quotes_gpc 0 + + + Order allow,deny Deny from all