/ Published in: Apache
Cache files via htacess
Expand |
Embed | Plain Text
<IfModule mod_headers.c> <FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf|eot|woff|otf|ttf|svg)$"> Header set Cache-Control "max-age=290304000, public" </FilesMatch> </IfModule>
You need to login to post a comment.
