diff --git a/.htaccess b/.htaccess index c0d0092..5b6ed34 100644 --- a/.htaccess +++ b/.htaccess @@ -9,3 +9,7 @@ Options -Indexes Order Allow,Deny Deny from All + +# Allow uploading large images +php_value upload_max_filesize 32M +php_value post_max_size 32M