Enable the Gzip Compression

Have been struggling on how to turn on the gzip compression. I mean the Super cache plugin enabled compression but not always works. So I searched the Internet to find solutions, and got nothing.

Until then, someone mentioned it can be enabled by modifying the .htaccess and here follows the code,

 SetOutputFilter DEFLATE
AddOutputFilterByType DEFLATE text/html text/css image/gif image/jpeg image/png application/x-javascript 

It works! Thank god!

And good night the world.