Author: crossley
Date: Fri Mar 31 17:00:55 2006
New Revision: 390557

URL: http://svn.apache.org/viewcvs?rev=390557&view=rev
Log:
Rename howto-structurer-install.xml howto-dispatcher-install.xml

Added:
    
forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-install.xml
      - copied unchanged from r390532, 
forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-structurer-install.xml
Removed:
    
forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-structurer-install.xml
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=390557&r1=390556&r2=390557&view=diff
==============================================================================
--- forrest/trunk/site-author/content/.htaccess (original)
+++ forrest/trunk/site-author/content/.htaccess Fri Mar 31 17:00:55 2006
@@ -30,6 +30,9 @@
 Redirect /docs http://forrest.apache.org/docs_0_70
 Redirect /howto http://forrest.apache.org/docs_0_70/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
+
 # handle all DTDs etc.
 <Files ~ "\.(dtd|mod)$">
   ForceType application/xml-dtd