Guest User

Untitled

a guest
Dec 17th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #Set caching on image files for 11 months
  2. <filesMatch "\.(ico|gif|jpg|png|svg)$">
  3. ExpiresActive On
  4. ExpiresDefault "access plus 11 month"
  5. Header append Cache-Control "public"
  6. </filesMatch>
  7.  
  8. <filesMatch "\.(css|js)$">
  9. ExpiresActive On
  10. ExpiresDefault "access plus 1 week"
  11. Header append Cache-Control "public"
  12. </filesMatch>
Add Comment
Please, Sign In to add comment