From a31ba9e19e2ed423e26e8309d804e941f8932dfe Mon Sep 17 00:00:00 2001 From: limad <35463455+limad@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:37:33 +0100 Subject: [PATCH] Update .htaccess for PHP8 against PHP5 Replace mod_php5.c(PHP5) with mod_php.c(PHP8) as Jeedom is no more compatible php5 --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 5510afd057..be50c7a42c 100644 --- a/.htaccess +++ b/.htaccess @@ -25,7 +25,7 @@ mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* - + php_value post_max_size 1G php_value upload_max_filesize 1G php_value max_execution_time 600