Skip to content

Instantly share code, notes, and snippets.

@marcosnakamine
Created September 25, 2018 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcosnakamine/3d873e9d649daf2ebd45fc8117d61817 to your computer and use it in GitHub Desktop.
Save marcosnakamine/3d873e9d649daf2ebd45fc8117d61817 to your computer and use it in GitHub Desktop.
WordPress - Adding Cache-Control Headers in Apache
<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