Google speed test demands some "Leverage browser caching
Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network.
and such .htaccess entries don't seem to please them ...
Does anyone have an idea how to make it work ?
<IfModule mod_expires.c>
ExpiresActive On
<FilesMatch "\.(|ico|js|gif|jpg|jpeg|png|swf)$">
ExpiresDefault A29030400
</FilesMatch>
</IfModule>
or
ExpiresActive On
ExpiresDefault “access plus 1 week”
ExpiresByType text/css M604800