Fix: php_flag Fehler behoben - .htaccess angepasst und .user.ini für FastCGI hinzugefügt
This commit is contained in:
15
.user.ini
Normal file
15
.user.ini
Normal file
@@ -0,0 +1,15 @@
|
||||
; PHP Konfiguration für FastCGI/CGI Umgebungen
|
||||
; Diese Datei wird automatisch geladen wenn PHP als FastCGI läuft
|
||||
|
||||
; Fehler nicht im Browser anzeigen (Sicherheit)
|
||||
display_errors = Off
|
||||
|
||||
; Fehler in Log-Datei schreiben
|
||||
log_errors = On
|
||||
|
||||
; Upload-Größe für Kontaktformular (falls später erweitert)
|
||||
upload_max_filesize = 10M
|
||||
post_max_size = 10M
|
||||
|
||||
; Execution Time
|
||||
max_execution_time = 30
|
||||
Reference in New Issue
Block a user