Fix: php_flag Fehler behoben - .htaccess angepasst und .user.ini für FastCGI hinzugefügt

This commit is contained in:
2026-02-11 18:22:55 +01:00
parent 2bb73b08f3
commit c535c7c448
2 changed files with 19 additions and 2 deletions

View File

@@ -18,8 +18,10 @@
Options -Indexes
# PHP Fehler nicht anzeigen (für Produktivbetrieb)
php_flag display_errors Off
php_flag log_errors On
# Hinweis: php_flag funktioniert nur wenn PHP als Apache-Modul läuft
# Bei FastCGI/CGI: Verwenden Sie stattdessen .user.ini (siehe unten)
# php_flag display_errors Off
# php_flag log_errors On
# ======================================
# SEO & PERFORMANCE