Skip to content

Commit 700d20b

Browse files
committed
Increase upload max file size
1 parent 13a2f81 commit 700d20b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.htaccess

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ RewriteEngine on
22
RewriteCond %{REQUEST_FILENAME} !-d
33
RewriteCond %{REQUEST_FILENAME} !-f
44
RewriteRule ^(.*)$ index.php/$1 [QSA,L]
5+
6+
<IfModule php_module>
7+
php_value upload_max_filesize 20M
8+
php_value post_max_size 20M
9+
</IfModule>

0 commit comments

Comments
 (0)