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/24 15:59:36 UTC

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

Author: crossley
Date: Sun Apr 24 06:59:35 2005
New Revision: 164476

URL: http://svn.apache.org/viewcvs?rev=164476&view=rev
Log:
Fix the problem with "Redirect /docs/plugins/".
Thanks to Erik Abele.

Modified:
    forrest/site/.htaccess

Modified: forrest/site/.htaccess
URL: http://svn.apache.org/viewcvs/forrest/site/.htaccess?rev=164476&r1=164475&r2=164476&view=diff
==============================================================================
--- forrest/site/.htaccess (original)
+++ forrest/site/.htaccess Sun Apr 24 06:59:35 2005
@@ -13,11 +13,8 @@
 RedirectMatch ^/changes(.*) http://forrest.apache.org/0.7/docs/changes$1
 RedirectMatch ^/todo(.*) http://forrest.apache.org/0.7/docs/todo$1
 
+Options -MultiViews
 Redirect /docs/plugins http://forrest.apache.org/0.7/docs/plugins
-# FIXME: there is something strange with the above redirect
-# ... try these ones instead:
-Redirect /docs/plugouts http://forrest.apache.org/0.7/docs/plugins
-Redirect /docs/pluginnings http://forrest.apache.org/0.7/docs/plugins
 
 # Change these to 0.7 after its release.
 Redirect /docs http://forrest.apache.org/0.6/docs