Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. ## EXPIRES HEADER CACHING ##
  2. <IfModule mod_expires.c>
  3. ExpiresActive On
  4. ExpiresByType image/jpg "access 1 year"
  5. ExpiresByType image/jpeg "access 1 year"
  6. ExpiresByType image/gif "access 1 year"
  7. ExpiresByType image/png "access 1 year"
  8. ExpiresByType text/css "access 1 month"
  9. ExpiresByType application/pdf "access 1 month"
  10. ExpiresByType application/javascript "access 1 month"
  11. ExpiresByType application/x-javascript "access 1 month"
  12. ExpiresByType application/x-shockwave-flash "access 1 month"
  13. ExpiresByType image/x-icon "access 1 year"
  14. ExpiresDefault "access 2 days"
  15. </IfModule>
  16. ## EXPIRES HEADER CACHING ##
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement