Hi,
you’re right, sorry.
In wp-config I’ve added: define(‘WP_CACHE’, true);
In .htaccess:
<IfModule mod_expires.c>
ExpiresActive On
<FilesMatch “\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|js|css|gif|jpg|jpeg|png|swf)$”>
ExpiresDefault A29030400
</FilesMatch>
</IfModule>
and
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 5 years”
ExpiresByType img/jpg “access plus 1 year”
etc
Last one is still present, but I think it’s not the problem.