Requesting better explanation for etag/expiration of favicon.ico
- by syn4k
Following this article: Configuring favicon with expires header in htaccess
Using YSlow, I keep getting:
(no expires) http://devwww.someplace.com/favicon.ico
Also, YSlow indicates:
Grade C on Configure entity tags (ETags)
for the same file.
My relevant config (.htaccess):
# Configure ETags
FileETag MTime Size
<IfModule…