Cache files from htaccess
Posted by admin on 28 April, 2009
No comments yet
This item was filled under [ Apache ]
Put this code at the top of the .htaccess
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT"
</FilesMatch>
Popularity: 4 views