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 06:21:28 UTC

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

Author: yonik
Date: Tue Jan 31 21:21:19 2006
New Revision: 373993

URL: http://svn.apache.org/viewcvs?rev=373993&view=rev
Log:
turn off default charset via .htaccess

Modified:
    incubator/solr/trunk/site/.htaccess
    incubator/solr/trunk/src/site/src/documentation/content/.htaccess

Modified: incubator/solr/trunk/site/.htaccess
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/site/.htaccess?rev=373993&r1=373992&r2=373993&view=diff
==============================================================================
--- incubator/solr/trunk/site/.htaccess (original)
+++ incubator/solr/trunk/site/.htaccess Tue Jan 31 21:21:19 2006
@@ -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

Modified: 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=373993&r1=373992&r2=373993&view=diff
==============================================================================
--- incubator/solr/trunk/src/site/src/documentation/content/.htaccess (original)
+++ incubator/solr/trunk/src/site/src/documentation/content/.htaccess Tue Jan 31 21:21:19 2006
@@ -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