il punto è capire se il Mod Expires è attivo su Altervista (cosa che interesserebbe anche a me).
Se fosse attivo, basterebbe inserire le seguenti righe nel file htaccess
Codice:
ExpiresActive On
ExpiresDefault "access plus 1 seconds"
ExpiresByType text/html "access plus 7200 seconds"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
Fonte: http://httpd.apache.org/docs/current...d_expires.html