From ab046aae8b5912fe2b844207944159ac7c463589 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Tue, 17 May 2016 10:48:07 +0200 Subject: better encoding solution --- .htaccess | 1 + 1 file changed, 1 insertion(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 8f86084..d1ed568 100644 --- a/.htaccess +++ b/.htaccess @@ -10,6 +10,7 @@ RewriteCond %{SCRIPT_FILENAME} !favicon.ico RewriteRule ^.*$ /maintenance.cgi [R=503,L] ErrorDocument 503 /maintenance.cgi +SetEnv LC_ALL "en_US.UTF-8" deny from all -- cgit v1.2.3