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/06/23 09:00:31 UTC

svn commit: r193093 - /forrest/trunk/site-author/content/.htaccess

Author: crossley
Date: Thu Jun 23 00:00:29 2005
New Revision: 193093

URL: http://svn.apache.org/viewcvs?rev=193093&view=rev
Log:
Update the .htaccess which will need some more tweaks
when we find what is missing with the new docs structure.

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=193093&r1=193092&r2=193093&view=diff
==============================================================================
--- forrest/trunk/site-author/content/.htaccess (original)
+++ forrest/trunk/site-author/content/.htaccess Thu Jun 23 00:00:29 2005
@@ -5,19 +5,14 @@
 RedirectMatch .*proposal-asf-publish.html http://people.apache.org/~crossley/proposal-asf-publish.html
 
 # Some special docs need to point to the development version.
-RedirectMatch ^/proposal-asf-(.*) http://forrest.apache.org/0.7/proposal-asf-$1
-RedirectMatch ^/live-sites(.*) http://forrest.apache.org/0.7/live-sites$1
-RedirectMatch ^/faq(.*) http://forrest.apache.org/0.7/docs/faq$1
-RedirectMatch ^/forrest-issues(.*) http://forrest.apache.org/0.7/forrest-issues$1
-RedirectMatch ^/guidelines(.*) http://forrest.apache.org/0.7/guidelines$1
-RedirectMatch ^/who(.*) http://forrest.apache.org/0.7/who$1
-RedirectMatch ^/docs\.(.*) http://forrest.apache.org/0.7/docs.$1
-RedirectMatch ^/changes(.*) http://forrest.apache.org/0.7/docs/changes$1
-RedirectMatch ^/todo(.*) http://forrest.apache.org/0.7/docs/todo$1
+RedirectMatch ^/docs\.html http://forrest.apache.org/versions/
+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/0.7/docs/plugins
-Redirect /docs/dev http://forrest.apache.org/0.7/docs
+Redirect /docs/plugins http://forrest.apache.org/pluginDocs/plugins_0_70
+Redirect /docs/dev http://forrest.apache.org/docs_0_80
 
 # Some special matches needed until 0.7 is released
 RedirectMatch ^/docs/build(.*) http://forrest.apache.org/0.6/build$1