Gzip - was muss ich tun?
Verfasst: 10.02.2009 16:59
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?
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?