• Resolved Mr Lucky

    (@voodoochill)


    I have noticed (from years ago) I have this in my htaccess:

    ExpiresActive On
    ExpiresDefault A0
    
    # 1 YEAR - doesn't change often
    <FilesMatch "\.(ico|mov|mp3|mp4)$">
    ExpiresDefault A31536000
    </FilesMatch>
    
    # 1 MONTH- possible to be changed
    <FilesMatch "\.(jpg|png|gif)$">
    
    ExpiresDefault A2620800
    </FilesMatch>
    
    # 1 DAY - core content, changes quickly
    <FilesMatch "\.(txt|xml|js|css)$">
    ExpiresDefault A86400
    </FilesMatch>
    

    When I have litespeed cache plugin active, should I keep that in there? Should I change it at all?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    the browser cache option will have similar effect, you should remove this block

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘ExpiresActive’ is closed to new replies.