Skip to content

Commit 03bc7e5

Browse files
committed
Update .htaccess for php8 module
1 parent abe4618 commit 03bc7e5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.htaccess

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ Options -Indexes
2727
php_value max_input_time 300
2828
php_value memory_limit 128M
2929
</IfModule>
30+
<IfModule mod_php.c>
31+
php_value upload_max_filesize 15M
32+
php_value post_max_size 128M
33+
php_value max_input_vars 5000
34+
php_value max_input_time 300
35+
php_value memory_limit 128M
36+
</IfModule>
3037

3138
<Files "composer.json">
3239
deny from all

0 commit comments

Comments
 (0)