X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2F.htaccess;h=5f6ad6ac73a3558813b1b18cb4914538ba9de6a2;hb=525cfe7d868bfaefdde9f769f52a50bcb6f1e9e9;hp=c0fbf3e9db911aedba14833cab56e6422158fb7e;hpb=a49b1164446c55311cceba58bc91276ff50bf70d;p=brisk.git diff --git a/web/.htaccess b/web/.htaccess index c0fbf3e..5f6ad6a 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -1,7 +1,16 @@ -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" +php_value mbstring.http_input "auto" +php_value mbstring.internal_encoding "UTF-8" +php_flag mbstring.encoding_translation On +php_value mbstring.func_overload "7" ExpiresActive On -ExpiresByType image/jpg "access plus 2 days" -ExpiresByType image/png "access plus 2 days" +ExpiresByType image/jpg "access plus 4 days" +ExpiresByType image/png "access plus 4 days" +ExpiresByType image/mp3 "access plus 4 days"