[htaccess] set php.ini settings
This commit is contained in:
parent
62ece58403
commit
cf2edb91f5
1 changed files with 9 additions and 1 deletions
10
.htaccess
10
.htaccess
|
@ -1,5 +1,13 @@
|
||||||
|
<IfModule mod_php.c>
|
||||||
|
php_value upload_max_filesize 100M
|
||||||
|
php_value post_max_size 100M
|
||||||
|
php_value max_execution_time 30
|
||||||
|
php_value max_input_time 30
|
||||||
|
php_value max_file_uploads 25
|
||||||
|
</IfModule>
|
||||||
|
|
||||||
<IfModule mod_dir.c>
|
<IfModule mod_dir.c>
|
||||||
DirectoryIndex index.php5 index.php
|
DirectoryIndex index.php
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
<FilesMatch "\.(sqlite|sdb|s3db|db)$">
|
<FilesMatch "\.(sqlite|sdb|s3db|db)$">
|
||||||
|
|
Reference in a new issue