Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other hatches: Browser-Caching doesn't match svg

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #207224
    tinkering
    Participant

    Howdy

    I’m trying to get the svg-files (again!) into the browser’s cache, without success.

    in the htaccess, i’ve put:

    <IfModule mod_expires.c>
    
    ExpiresActive On
    ExpiresDefault A0
    
    # various other file-types here
    
    ExpiresByType image/svg+xml A2592000
    
    </IfModule>
    

    But the available speedometers won’t stop complaining…

    what do I miss?

    Thank you
    tinkerd

Viewing 1 post (of 1 total)
  • The forum ‘Other’ is closed to new topics and replies.