Fix: php_flag Fehler behoben - .htaccess angepasst und .user.ini für FastCGI hinzugefügt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user