/ Published in: Apache
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<ifModule mod_expires.c> <filesmatch "\.(ico|flv|jpg|jpeg|png|gif|js|css|swf)$"> ExpiresActive on ExpiresDefault "access plus 1 year" </filesmatch> </ifModule>