X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2F.htaccess;h=0eb75915357fd44dc302bb04a271d9218e43d633;hb=db5d6355c39327ba7f8052f360f1e846ba4ad01c;hp=562f6bf74515003349011ebd5962ca40e46da8ea;hpb=f18bac8374119fa1f3c826e82cfc74ce2ce52dd7;p=brisk.git diff --git a/web/.htaccess b/web/.htaccess index 562f6bf..0eb7591 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -1,3 +1,16 @@ header append Cache-Control "public, 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 4 days" +ExpiresByType image/png "access plus 4 days" +ExpiresByType image/mp3 "access plus 4 days" +