Gzip - was muss ich tun?

phpBB 3.0 hat sein "End of Life" erreicht. Eine Neu-Installation wird nicht mehr unterstützt.
Gesperrt
sofie77
Mitglied
Beiträge: 43
Registriert: 26.09.2007 12:10

Gzip - was muss ich tun?

Beitrag von sofie77 »

Hallo,

wenn ich gzip aktiviere und dann z.b. per

http://www.gidnetwork.com/tools/gzip-test.php

teste ob die Seite gezippt ausgegeben wird erhalte ich als ergebnis "nein"

in der phpinfo.php hab ich folgendes:

HTTP_ACCEPT_ENCODING gzip, deflate

und weiter unten

Directive Local Value Master Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no value

--

Wenn ich mir die php.ini auf dem Server anschaue dann steht folgendes:

; You can redirect all of the output of your scripts to a function. For
; example, if you set output_handler to "ob_gzhandler", output will be
; transparently compressed for browsers that support gzip or deflate encoding.
; Setting an output handler automatically turns on output buffering.
output_handler =

muss ich also
output_handler = ob_gzhandler

schreiben oder?
Hat die Aktivierung von Gzip folgen auf das crawlverhalten von Google? nicht das mir Seiten aus dem Index fliegen...

Hat s



Was muss ich tun um die Seite gezippt zu bekommen?
Gesperrt

Zurück zu „[3.0.x] Installation, Update und Konvertierung“