Can anyone who is using GZip for HTML, JS, PHP and CSS explain how to implement this on a server?
What I want to know is:
- What do I have to write in .htaccess?
- What and from which source do I have to download?
- Most important: does it make a difference and does it pay off?
You need mod_deflate or mod_gzip to be enabled on your httpd.conf. After that, you should put the following lines into your configuration or .htaccess file.
Apache 1.3.x:
Apache 2.0