You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2006/02/01 05:29:46 UTC

svn commit: r373986 - in /incubator/solr/trunk: site/.htaccess src/site/src/documentation/content/.htaccess

Author: yonik
Date: Tue Jan 31 20:29:39 2006
New Revision: 373986

URL: http://svn.apache.org/viewcvs?rev=373986&view=rev
Log:
add .htaccess to make UTF-8 default charset

Added:
    incubator/solr/trunk/site/.htaccess   (with props)
    incubator/solr/trunk/src/site/src/documentation/content/.htaccess   (with props)

Added: incubator/solr/trunk/site/.htaccess
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/site/.htaccess?rev=373986&view=auto
==============================================================================
--- incubator/solr/trunk/site/.htaccess (added)
+++ incubator/solr/trunk/site/.htaccess Tue Jan 31 20:29:39 2006
@@ -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

Propchange: incubator/solr/trunk/site/.htaccess
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/solr/trunk/site/.htaccess
------------------------------------------------------------------------------
    svn:executable = *

Added: incubator/solr/trunk/src/site/src/documentation/content/.htaccess
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/site/src/documentation/content/.htaccess?rev=373986&view=auto
==============================================================================
--- incubator/solr/trunk/src/site/src/documentation/content/.htaccess (added)
+++ incubator/solr/trunk/src/site/src/documentation/content/.htaccess Tue Jan 31 20:29:39 2006
@@ -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

Propchange: incubator/solr/trunk/src/site/src/documentation/content/.htaccess
------------------------------------------------------------------------------
    svn:eol-style = native