I had a problem with phpwiki.
It seemed that apache didnt add an content-coding = gzip
I fixed it adding the line
header("Content-Encoding: gzip");
just before including any other file.
I have not read the whole sources of the wiki, nor i know much on php,
so I was thinking, is it a proper behaviour of ob_gzhandler to include
the header himself? or is some php file removing it (maybe because i
have a variable set to say so...)?
|