Hi
I have this in .htaccess
And in the rewrite conf I have setup this rule:
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 204 status code cacheable?
Thanks
I have this in .htaccess
Code:
ExpiresByType image/x-icon A2592000
Code:
RewriteRule favicon\.ico$ - [L,R=204]
Is the status code is 200, the .ico file os cached.
What do I need to do to make 204 status code cacheable?
Thanks