upload_max_filesize
This commit is contained in:
10
.htaccess-sample
Normal file
10
.htaccess-sample
Normal file
@@ -0,0 +1,10 @@
|
||||
# BEGIN WordPress
|
||||
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
|
||||
# dynamically generated, and should only be modified via WordPress filters.
|
||||
# Any changes to the directives between these markers will be overwritten.
|
||||
|
||||
# END WordPress
|
||||
php_value upload_max_filesize 32M
|
||||
php_value post_max_size 32M
|
||||
php_value max_execution_time 300
|
||||
php_value max_input_time 300
|
||||
Reference in New Issue
Block a user