Many thanks Misson, that's a very comprehensive answer, and it's nice to finally know for sure if mod_gzip was installed -- and the Terminal command worked very nicely :)
However, compression is still not working as far as I can tell.
Here's what I've done so far.
- added the
<IfModule...
Re: Enable cache control (mod_expires) and gzip or deflat for site (blatmondo.x10.mx)
OK, so I partly solved this by fixing my own stupid mistake. :P
Mac OS X doesn't allow files with a .prefix because they're reserved for system files and are usually invisible (I can probably change this in...
Hi,
I wanted to add cache control and gzip compression to my site (blatmondo.x10.mx).
I've added this code to the .htaccess file, but it doesn't seem to work:
## Enable the mod_expires module
ExpiresActive On
## Set expiration date to 1 month for all style sheets and images
ExpiresByType...