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