X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2F.htaccess;h=f6c3ba45e906214c87447dcfbdb420da15fb636e;hb=b97201d319b59f5d8bbc7c08b4887f8981b20f02;hp=562f6bf74515003349011ebd5962ca40e46da8ea;hpb=f18bac8374119fa1f3c826e82cfc74ce2ce52dd7;p=brisk.git diff --git a/web/.htaccess b/web/.htaccess index 562f6bf..f6c3ba4 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -1,3 +1,12 @@ -header append Cache-Control "public, last-modified, must-revalidate" +header append Cache-Control "public, no-store, last-modified, must-revalidate" + +header append Pragma "no-cache" +header append Expires "-1" + +ExpiresActive On +ExpiresByType image/jpg "access plus 4 days" +ExpiresByType image/png "access plus 4 days" +ExpiresByType image/mp3 "access plus 4 days" +