I have tried mod_deflate enabling but failed in it. I have tried every code given in stackoverflow but still it is not loaded in modules. Then i tries enabling zlib. In phpinfo() it is showing enabled but output compression is off. I have tried in .htaccess
php_flag zlib.output_compression on
and in php.ini
zlib.output_compression = on
Then also it is showing like follows in phpinfo()
phpinfo() zlib info snapshot Can anyone help me to compress the output?