X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2F.htaccess;h=5f6ad6ac73a3558813b1b18cb4914538ba9de6a2;hb=461497deffc3c49ac52ee4a9ae00c5ed9b024784;hp=856a4e63acf42dfe6ddd0462926e6304a71a3b5c;hpb=8ecf7fd7c2a2d714e67ed183706db3e41581bde3;p=brisk.git diff --git a/web/briskin5/.htaccess b/web/briskin5/.htaccess index 856a4e6..5f6ad6a 100644 --- a/web/briskin5/.htaccess +++ b/web/briskin5/.htaccess @@ -1,9 +1,13 @@ -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 4 days"