From 8501bc2f9d74191d21b2ad072253c29eecb33ea0 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Mon, 30 Jun 2008 21:01:35 +0000 Subject: [PATCH] php directives to enable multibytes strings --- web/.htaccess | 4 ++++ web/briskin5/.htaccess | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/web/.htaccess b/web/.htaccess index f6c3ba4..5f6ad6a 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -4,6 +4,10 @@ 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" diff --git a/web/briskin5/.htaccess b/web/briskin5/.htaccess index f6c3ba4..5f6ad6a 100644 --- a/web/briskin5/.htaccess +++ b/web/briskin5/.htaccess @@ -4,6 +4,10 @@ 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" -- 2.17.1