Configuring favicon with expires header in htaccess
- by thehuby
I have implemented Expires headers via mod_expires on my Apache server and have successfully created expires headers for most file types, however I am having trouble with the favicon.
I initially tried adding a set of instructions for the .ico files but when checking via YSlow it has no expiry set.
When this didn't work I amended it to be a GIF, however this seems to have the same issue.
Other gif's on the website have correctly set expires headers (accoridng to YSlow at least).
Can anyone shed any light on this situation?