Skip to content

Instantly share code, notes, and snippets.

@tuannguyenminh2086
Created June 7, 2019 06:51
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 tuannguyenminh2086/1860c6e99f862db5962afb7e10ada732 to your computer and use it in GitHub Desktop.
Save tuannguyenminh2086/1860c6e99f862db5962afb7e10ada732 to your computer and use it in GitHub Desktop.
How to “Specify a cache validator”?
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 year"
</IfModule>
// OR
<IfModule mod_headers.c>
<FilesMatch "\.(bmp|css|flv|gif|ico|jpg|jpeg|js|pdf|png|svg|swf|tif|tiff)$">
Header set Last-Modified "Mon, 31 Aug 2009 00:00:00 GMT"
</FilesMatch>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment