Joomla PHP-Ausgabepufferung deaktivieren

  • Wie deaktiviere ich die PHP-Ausgabepufferung in Joomla?
  1. Aktuelle Einstellung in Joomla auslesen
    1. Joomla-Backend > "System" > [Informationen] > "Systeminformationen" > "PHP-Einstellungen"
    2. [Ausgabe zwischenspeichern] defaultAn
  2. Einstellung in der Konfigurationsdatei ".htaccess" hinzufügen
    1. Datei ".htaccess" öffnen
    2. Zeile "## Begin - Custom redirects" suchen
    3. xxx
    4. 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
    5. Datei ".htaccess" speichern und schliessen
  • Joomla 5.3.1
Inhalt-in-Arbeit

Suchindex