X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2F.htaccess;h=f6c3ba45e906214c87447dcfbdb420da15fb636e;hb=0d462f547c388b20d72a9de96955484636736108;hp=65e1c2626a5304627713f4b3683bde71f04b40e5;hpb=93db8c1acadc06e0b559de40c2fbffff2db72b2f;p=brisk.git diff --git a/web/.htaccess b/web/.htaccess index 65e1c26..f6c3ba4 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -1,5 +1,9 @@ -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"