From 0affd73fd08b2aa3a02192a14c67f550db8a07ec Mon Sep 17 00:00:00 2001 From: Yonik Seeley Date: Wed, 1 Feb 2006 05:21:19 +0000 Subject: [PATCH] turn off default charset via .htaccess git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@373993 13f79535-47bb-0310-9956-ffa450edef68 --- site/.htaccess | 2 +- src/site/src/documentation/content/.htaccess | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/.htaccess b/site/.htaccess index 6fbbfd7926c..f1650fa44a6 100755 --- a/site/.htaccess +++ b/site/.htaccess @@ -1,3 +1,3 @@ #Forrest generates UTF-8 by default, but these httpd servers are #ignoring the meta http-equiv charset tags -AddDefaultCharset UTF-8 +AddDefaultCharset off diff --git a/src/site/src/documentation/content/.htaccess b/src/site/src/documentation/content/.htaccess index 6fbbfd7926c..f1650fa44a6 100644 --- a/src/site/src/documentation/content/.htaccess +++ b/src/site/src/documentation/content/.htaccess @@ -1,3 +1,3 @@ #Forrest generates UTF-8 by default, but these httpd servers are #ignoring the meta http-equiv charset tags -AddDefaultCharset UTF-8 +AddDefaultCharset off