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/21 06:01:40 UTC

svn commit: r162129 - /forrest/site/.htaccess

Author: crossley
Date: Wed Apr 20 21:01:39 2005
New Revision: 162129

URL: http://svn.apache.org/viewcvs?rev=162129&view=rev
Log:
Redirect /docs /0.6/docs until after the release.

Modified:
    forrest/site/.htaccess

Modified: forrest/site/.htaccess
URL: http://svn.apache.org/viewcvs/forrest/site/.htaccess?rev=162129&r1=162128&r2=162129&view=diff
==============================================================================
--- forrest/site/.htaccess (original)
+++ forrest/site/.htaccess Wed Apr 20 21:01:39 2005
@@ -8,6 +8,10 @@
 
 Redirect /docs/plugins http://forrest.apache.org/0.7/docs/plugins
 
+# change these to 0.7 after release
+Redirect /docs http://forrest.apache.org/0.6/docs
+
+# handle all DTDs etc.
 <Files ~ "\.(dtd|mod)$">
   ForceType application/xml-dtd
 </Files>