Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <IfModule mod_expires.c>
  2. <FilesMatch \.(gif|png|jpg|jpeg|ogg|mp4|mkv|flv|swf|wmv|asf|asx|wma|wax|wmx|wm)$>
  3. ExpiresDefault "access plus 1 year"
  4. </FilesMatch>
  5. ExpiresActive on
  6. ExpiresByType image/jpeg "access plus 7 day"
  7. ExpiresByType image/gif "access plus 7 day"
  8. ExpiresByType image/png "access plus 7 day"
  9. <FilesMatch \.(css|js)$>
  10. ExpiresDefault "access plus 1 year"
  11. </FilesMatch>
  12. ExpiresByType text/css "access plus 1 year"
  13. ExpiresByType application/javascript "access plus 1 year"
  14. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement