Guest User

Untitled

a guest
Feb 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <IfModule mod_expires.c>
  2. ExpiresActive on
  3. ExpiresDefault "access plus 1 month"
  4. ExpiresByType image/gif "access plus 1 month"
  5. ExpiresByType image/png "access plus 1 month"
  6. ExpiresByType image/jpg "access plus 1 month"
  7. ExpiresByType image/jpeg "access plus 1 month"
  8. ExpiresByType text/html "access plus 3 days"
  9. ExpiresByType text/xml "access plus 1 seconds"
  10. ExpiresByType text/plain "access plus 1 seconds"
  11. ExpiresByType application/xml "access plus 1 seconds"
  12. ExpiresByType application/rss+xml "access plus 1 seconds"
  13. ExpiresByType application/json "access plus 1 seconds"
  14. ExpiresByType text/css "access plus 1 week"
  15. ExpiresByType text/javascript "access plus 1 week"
  16. ExpiresByType application/javascript "access plus 1 week"
  17. ExpiresByType application/x-javascript "access plus 1 week"
  18. ExpiresByType image/x-ico "access plus 1 year"
  19. ExpiresByType image/x-icon "access plus 1 year"
  20. ExpiresByType application/pdf "access plus 1 month"
  21. <IfModule mod_headers.c>
  22. Header unset ETag
  23. Header unset Pragma
  24. Header unset Last-Modified
  25. Header append Cache-Control "public, no-transform, must-revalidate"
  26. Header set Last-modified "Tue, 1 Oct 2014 10:10:10 GMT"
  27. </IfModule>
  28. </IfModule>
Add Comment
Please, Sign In to add comment