From cf2edb91f533953677337c1af0478be7162b5557 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 11 Feb 2024 23:16:08 +0000 Subject: [PATCH] [htaccess] set php.ini settings --- .htaccess | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 27fccda1..74693bcf 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,13 @@ + + 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 + + - DirectoryIndex index.php5 index.php + DirectoryIndex index.php