summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 0826245bd..b40b7ea8a 100644
--- a/.htaccess
+++ b/.htaccess
@@ -6,6 +6,7 @@ AddType text/x-component .htc
php_flag log_errors On
php_value error_log logs/errors
php_value upload_max_filesize 5M
+ php_value post_max_size 6M
</IfModule>
<IfModule mod_php5.c>
@@ -13,6 +14,7 @@ AddType text/x-component .htc
php_flag log_errors On
php_value error_log logs/errors
php_value upload_max_filesize 5M
+ php_value post_max_size 6M
</IfModule>
<FilesMatch "(\.inc|\~)$">