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...