turn off default charset via .htaccess

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@373993 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2006-02-01 05:21:19 +00:00
parent d98a6a1c71
commit 0affd73fd0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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