Author: crossley
Date: Tue Apr 17 21:37:51 2007
New Revision: 529860
URL: http://svn.apache.org/viewvc?view=rev&rev=529860
Log:
Update convenience URLs to point to new docs version.
Modified:
forrest/trunk/site-author/content/.htaccess
Modified: forrest/trunk/site-author/content/.htaccess
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/.htaccess?view=diff&rev=529860&r1=529859&r2=529860
==============================================================================
--- forrest/trunk/site-author/content/.htaccess (original)
+++ forrest/trunk/site-author/content/.htaccess Tue Apr 17 21:37:51 2007
@@ -14,22 +14,22 @@
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
+Redirect /docs/plugins http://forrest.apache.org/pluginDocs/plugins_0_80
# Some convenience URLs.
-Redirect /docs/dev http://forrest.apache.org/docs_0_80
-Redirect /pluginDocs/dev http://forrest.apache.org/pluginDocs/plugins_0_80
+Redirect /docs/dev http://forrest.apache.org/docs_0_90
+Redirect /pluginDocs/dev http://forrest.apache.org/pluginDocs/plugins_0_90
# Some special docs need to point to the development version
-RedirectMatch ^/faq(.*) http://forrest.apache.org/docs_0_80/faq$1
-RedirectMatch ^/docs/faq(.*) http://forrest.apache.org/docs_0_80/faq$1
-RedirectMatch ^/changes(.*) http://forrest.apache.org/docs_0_80/changes$1
+RedirectMatch ^/faq(.*) http://forrest.apache.org/docs_0_90/faq$1
+RedirectMatch ^/docs/faq(.*) http://forrest.apache.org/docs_0_90/faq$1
+RedirectMatch ^/changes(.*) http://forrest.apache.org/docs_0_90/changes$1
Options -MultiViews
# Some convenience URLs.
-Redirect /docs http://forrest.apache.org/docs_0_70
-Redirect /howto http://forrest.apache.org/docs_0_70/howto
+Redirect /docs http://forrest.apache.org/docs_0_80
+Redirect /howto http://forrest.apache.org/docs_0_80/howto
# Some moved documents
RedirectMatch ^/docs/docs_0_80/howto/howto-structurer-install(.*)
http://forrest.apache.org/docs_0_80/howto/howto-dispatcher-install$1