- Wie deaktiviere ich die PHP-Ausgabepufferung in Joomla?
- Aktuelle Einstellung in Joomla auslesen
- Joomla-Backend > "System" > [Informationen] > "Systeminformationen" > "PHP-Einstellungen"
- [Ausgabe zwischenspeichern] defaultAn
- Einstellung in der Konfigurationsdatei
".htaccess"hinzufügen- Datei
".htaccess"öffnen - Zeile
"## Begin - Custom redirects"suchen - xxx
- xxx
## Begin - Custom redirects # # If you need to redirect some pages, or set a canonical non-www to # www redirect (or vice versa), place that code here. Ensure those # redirects use the correct RewriteRule syntax and the [R=301,L] flags. # # Gepufferte Ausgabe - Aus - @Autor php_value output_buffering "0" # ## End - Custom redirects - Datei
".htaccess"speichern und schliessen
- Datei
- Joomla 5.3.1
Inhalt-in-Arbeit