Skip to content

Commit 88ac137

Browse files
committed
change maximun upload size 10M into .htaccess
1 parent 9e1adbb commit 88ac137

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

public/.htaccess

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@
1818
RewriteCond %{REQUEST_FILENAME} !-d
1919
RewriteCond %{REQUEST_FILENAME} !-f
2020
RewriteRule ^ index.php [L]
21+
22+
# CHANGING THE MAXIMUM UPLOAD FILE SIZE
23+
php_value upload_max_filesize 10M
24+
php_value post_max_size 10M
2125
</IfModule>

0 commit comments

Comments
 (0)