mirror of https://github.com/apache/lucene.git
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:
parent
d98a6a1c71
commit
0affd73fd0
|
@ -1,3 +1,3 @@
|
||||||
#Forrest generates UTF-8 by default, but these httpd servers are
|
#Forrest generates UTF-8 by default, but these httpd servers are
|
||||||
#ignoring the meta http-equiv charset tags
|
#ignoring the meta http-equiv charset tags
|
||||||
AddDefaultCharset UTF-8
|
AddDefaultCharset off
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#Forrest generates UTF-8 by default, but these httpd servers are
|
#Forrest generates UTF-8 by default, but these httpd servers are
|
||||||
#ignoring the meta http-equiv charset tags
|
#ignoring the meta http-equiv charset tags
|
||||||
AddDefaultCharset UTF-8
|
AddDefaultCharset off
|
||||||
|
|
Loading…
Reference in New Issue