curtay
09-08-2010, 01:07 AM
I tried this in the htaccess file but that just caused "Internal Server Error"
<Files favicon.ico>
Header set Expires "Fri, 10 Jun 2050 00:00:00 GMT"
</Files>
Page Speed says: The following cacheable resources have a short freshness lifetime. Specify an expiration at least one week in the future for the following resources.
I want it to cache favicon.ico forever. I've never set an expiration for anything so I don't know.
<Files favicon.ico>
Header set Expires "Fri, 10 Jun 2050 00:00:00 GMT"
</Files>
Page Speed says: The following cacheable resources have a short freshness lifetime. Specify an expiration at least one week in the future for the following resources.
I want it to cache favicon.ico forever. I've never set an expiration for anything so I don't know.