How to enable Gzip to my site

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
@andy20080china18
please don't hijack other-peoples threads

@oldholborn8079
I'm not sure if mod_deflate is enabled, a test of mine failed.
You could try adding this to your php files, or post a suggestion asking for mod_deflate
ob_start("ob_gzhandler");
 

oldholborn8079

New Member
Messages
12
Reaction score
0
Points
0
i dont have a php page to put your code. Should i do something ??

I tried this which i found on another topic:
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|txt|css|js|php|pl|jpg|png|gif)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*


but i gor a message of error page
 
Top