mirror of https://github.com/apache/lucene.git
add .htaccess to make UTF-8 default charset
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@373986 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0cf22e2486
commit
d98a6a1c71
|
@ -0,0 +1,3 @@
|
|||
#Forrest generates UTF-8 by default, but these httpd servers are
|
||||
#ignoring the meta http-equiv charset tags
|
||||
AddDefaultCharset UTF-8
|
|
@ -0,0 +1,3 @@
|
|||
#Forrest generates UTF-8 by default, but these httpd servers are
|
||||
#ignoring the meta http-equiv charset tags
|
||||
AddDefaultCharset UTF-8
|
Loading…
Reference in New Issue