Hi
I have this in .htaccess
ExpiresByType image/x-icon A2592000
And in the rewrite conf I have setup this rule:
RewriteRule favicon\.ico$ - [L,R=204]
I was expecting that favicon would be cached, but is not.
Is the status code is 200, the .ico file os cached.
What do I need to do to make...