Added cache ttl for images
This commit is contained in:
@@ -1,2 +1,6 @@
|
|||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
|
||||||
|
<filesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
|
||||||
|
Header set Cache-Control "max-age=8380800, public"
|
||||||
|
</filesMatch>
|
||||||
Reference in New Issue
Block a user