Add this to your .htaccess file and you will be ok
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A0
ExpiresByType text/javascript A0
ExpiresByType application/javascript A0
ExpiresByType text/css A604800
ExpiresByType image/gif A604800
ExpiresByType image/png A604800
ExpiresByType image/jpeg A604800
ExpiresByType image/x-icon A604800
ExpiresByType text/html A0
</IfModule>