[htaccess] set php.ini settings

This commit is contained in:
Shish 2024-02-11 23:16:08 +00:00
parent 62ece58403
commit cf2edb91f5

View file

@ -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>
DirectoryIndex index.php5 index.php
DirectoryIndex index.php
</IfModule>
<FilesMatch "\.(sqlite|sdb|s3db|db)$">