Viewing 1 replies (of 1 total)
  • Plugin Author Raam Dev

    (@raamdev)

    @clane_workforce ETags are something supported by the web server itself, not something that would be supported by a WordPress plugin like ZenCache.

    You most likely just need to add something like the following to your .htaccess file (if you’re unsure, I suggest consulting your web hosting company):

    # Browser Caching
    FileETag MTime Size
    
    <IfModule expires_module>
        ExpiresActive on
        ExpiresDefault "access plus 1 week"
    </IfModule>
Viewing 1 replies (of 1 total)
  • The topic ‘Etag support’ is closed to new replies.