Skip to content

Commit

Permalink
Merge pull request #2980 from limad/patch-4
Browse files Browse the repository at this point in the history
Update .htaccess for PHP8 against PHP5
  • Loading branch information
zoic21 authored Nov 22, 2024
2 parents 31663dd + a31ba9e commit 69661dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</ifModule>

<IfModule mod_php5.c>
<IfModule mod_php.c>
php_value post_max_size 1G
php_value upload_max_filesize 1G
php_value max_execution_time 600
Expand Down

0 comments on commit 69661dc

Please sign in to comment.