Author: crossley
Date: Mon Feb 13 18:07:18 2006
New Revision: 377577
URL: http://svn.apache.org/viewcvs?rev=377577&view=rev
Log:
We dropped the "-dev" from plugins deployment, so add .haccess redirect
for /plugins/0.8-dev/* to /plugins/0.8/*
See r377563
Modified:
forrest/trunk/site-author/content/.htaccess
Modified: forrest/trunk/site-author/content/.htaccess
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/.htaccess?rev=377577&r1=377576&r2=377577&view=diff
==============================================================================
--- forrest/trunk/site-author/content/.htaccess (original)
+++ forrest/trunk/site-author/content/.htaccess Mon Feb 13 18:07:18 2006
@@ -10,9 +10,12 @@
RedirectMatch ^/0.7/events(.*) http://forrest.apache.org/events$1
RedirectMatch ^/docs\.html http://forrest.apache.org/versions/
RedirectMatch ^/build(.*) http://forrest.apache.org/dev/build$1
+Redirect /plugins/0.8-dev http://forrest.apache.org/plugins/0.8
# Maintain some old URLs to point to current release
Redirect /docs/plugins http://forrest.apache.org/pluginDocs/plugins_0_70
+
+# Some convenience URLs.
Redirect /docs/dev http://forrest.apache.org/docs_0_80
# Some special docs need to point to the development version