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 2006/09/20 08:11:24 UTC

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

Author: crossley
Date: Tue Sep 19 23:11:24 2006
New Revision: 448083

URL: http://svn.apache.org/viewvc?view=rev&rev=448083
Log:
Add a convenience URL for /pluginDocs/dev to redirect to development plugins.

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=448083&r1=448082&r2=448083
==============================================================================
--- forrest/trunk/site-author/content/.htaccess (original)
+++ forrest/trunk/site-author/content/.htaccess Tue Sep 19 23:11:24 2006
@@ -18,6 +18,7 @@
 
 # Some convenience URLs.
 Redirect /docs/dev http://forrest.apache.org/docs_0_80
+Redirect /pluginDocs/dev http://forrest.apache.org/pluginDocs/plugins_0_80
 
 # Some special docs need to point to the development version
 RedirectMatch ^/faq(.*) http://forrest.apache.org/docs_0_80/faq$1