]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix module name for PHP8+ 28829/head
authoracsfer <carlos@reendex.com>
Wed, 21 Apr 2021 08:11:06 +0000 (10:11 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Tue, 14 Sep 2021 13:58:11 +0000 (13:58 +0000)
.htaccess

index 46e83b17e1f0736734f872986a17d3f248a24d32..4986f7d380f006c2a7484d1989607e0f5a90aca9 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -53,6 +53,7 @@
   </FilesMatch>
 </IfModule>
 
+# PHP 7.x
 <IfModule mod_php7.c>
   php_value mbstring.func_overload 0
   php_value default_charset 'UTF-8'
@@ -62,7 +63,8 @@
   </IfModule>
 </IfModule>
 
-<IfModule mod_php8.c>
+# PHP 8+
+<IfModule mod_php.c>
   php_value mbstring.func_overload 0
   php_value default_charset 'UTF-8'
   php_value output_buffering 0