From 6f94dc3c2f57c9c724ce49a5a3a8e21a72ef3377 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sat, 7 Apr 2007 11:05:06 +0000 Subject: #87138: Disable mbstring encoding conversion in htaccess --- .htaccess | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 9caf2514d..000a43614 100644 --- a/.htaccess +++ b/.htaccess @@ -27,6 +27,9 @@ DirectoryIndex index.php php_value magic_quotes_gpc 0 php_value register_globals 0 php_value session.auto_start 0 + php_value mbstring.http_input pass + php_value mbstring.http_output pass + php_value mbstring.encoding_translation 0 # PHP 4, Apache 2. @@ -34,6 +37,9 @@ DirectoryIndex index.php php_value magic_quotes_gpc 0 php_value register_globals 0 php_value session.auto_start 0 + php_value mbstring.http_input pass + php_value mbstring.http_output pass + php_value mbstring.encoding_translation 0 # PHP 5, Apache 1 and 2. @@ -41,6 +47,9 @@ DirectoryIndex index.php php_value magic_quotes_gpc 0 php_value register_globals 0 php_value session.auto_start 0 + php_value mbstring.http_input pass + php_value mbstring.http_output pass + php_value mbstring.encoding_translation 0 # Requires mod_expires to be enabled. -- cgit v1.2.3