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:
Yonik Seeley 2006-02-01 04:29:39 +00:00
parent 0cf22e2486
commit d98a6a1c71
2 changed files with 6 additions and 0 deletions

3
site/.htaccess Executable file
View File

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

View File

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