Author: crossley
Date: Sat Aug  6 22:29:54 2005
New Revision: 230636

URL: http://svn.apache.org/viewcvs?rev=230636&view=rev
Log:
Publish revised .htaccess

Modified:
    forrest/site/.htaccess

Modified: forrest/site/.htaccess
URL: 
http://svn.apache.org/viewcvs/forrest/site/.htaccess?rev=230636&r1=230635&r2=230636&view=diff
==============================================================================
--- forrest/site/.htaccess (original)
+++ forrest/site/.htaccess Sat Aug  6 22:29:54 2005
@@ -1,21 +1,26 @@
+# FIXME: The version-specific entries need to be updated after each release.
+
 AddDefaultCharset UTF-8
 
 # Some old documents need special handling
 RedirectMatch ^/mail-archives(.*) http://forrest.apache.org/mail-lists$1
 RedirectMatch .*proposal-asf-publish.html 
http://people.apache.org/~crossley/proposal-asf-publish.html
 RedirectMatch ^/0.7/events(.*) http://forrest.apache.org/events$1
+RedirectMatch ^/docs\.html http://forrest.apache.org/versions/
 RedirectMatch ^/build(.*) http://forrest.apache.org/docs_0_70/build$1
 
-# Some special docs need to point to the development version.
-RedirectMatch ^/docs\.html http://forrest.apache.org/versions/
+# Maintain some old URLs to point to current release
+Redirect /docs/plugins http://forrest.apache.org/pluginDocs/plugins_0_70
+Redirect /docs/dev http://forrest.apache.org/docs_0_80
+
+# Some special docs need to point to the development version
 RedirectMatch ^/faq(.*) http://forrest.apache.org/docs_0_80/faq$1
 RedirectMatch ^/changes(.*) http://forrest.apache.org/docs_0_80/changes$1
 RedirectMatch ^/todo(.*) http://forrest.apache.org/docs_0_80/todo$1
 
 Options -MultiViews
 
-Redirect /docs/plugins http://forrest.apache.org/pluginDocs/plugins_0_70
-Redirect /docs/dev http://forrest.apache.org/docs_0_80
+# Some convenience URLs.
 Redirect /docs http://forrest.apache.org/docs_0_70
 Redirect /howto http://forrest.apache.org/docs_0_70/howto