Created
September 25, 2018 14:17
-
-
Save marcosnakamine/3d873e9d649daf2ebd45fc8117d61817 to your computer and use it in GitHub Desktop.
WordPress - Adding Cache-Control Headers in Apache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<filesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|svg|js|css|swf)$"> | |
Header set Cache-Control "max-age=84600, public" | |
</filesMatch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment