Forums

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

Home Forums Other .htaccess clarification please

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

    I just added some caching with mod_expires like so:

    ExpiresActive On
    ExpiresDefault A29030400
    ExpiresByType text/html A86400
    ExpiresByType text/css A86400

    My question is this.
    Is everything going to be cached for 12 months with exception of html and css (24 hours)?
    Or do I have to specify expire by type on each seperate line for types like img, png, pdf etc. and add time intervals?

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