You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/04/05 07:28:41 UTC

svn commit: r160133 - forrest/site/.htaccess

Author: crossley
Date: Mon Apr  4 22:28:40 2005
New Revision: 160133

URL: http://svn.apache.org/viewcvs?view=rev&rev=160133
Log:
Sync with the live file. Add "ForceType application/xml-dtd" etc.

Modified:
    forrest/site/.htaccess

Modified: forrest/site/.htaccess
URL: http://svn.apache.org/viewcvs/forrest/site/.htaccess?view=diff&r1=160132&r2=160133
==============================================================================
--- forrest/site/.htaccess (original)
+++ forrest/site/.htaccess Mon Apr  4 22:28:40 2005
@@ -1,2 +1,9 @@
 RedirectMatch Permanent ^mail-archives(.*) http://forrest.apache.org/mail-lists$1
 AddDefaultCharset UTF-8
+
+<Files ~ "\.(dtd|mod)$">
+  ForceType application/xml-dtd
+</Files>
+<Files ~ "\.(pen|ent)$">
+  ForceType application/xml-external-parsed-entity
+</Files>