• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

PHP GZIP question

mrpaul

New Member
Can GZIP compress php-parsed web pages? Someone told me it can only compress static html, but i want to know for sure, I really don't want to upload 100+ pages whenever I change something in the design :(
 
Yes it can just add this line.

mod_gzip_item_include file .php$

in the

<IfModule mod_gzip.c>
</IfModule>
 
Back
Top