Posts Tagged ‘cache’

Cache files from htaccess

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>

Continue reading...

Tagged with: [ , ]
Update me when site is updated