Author: thorsten
Date: Wed Nov 22 07:05:33 2006
New Revision: 478182
URL: http://svn.apache.org/viewvc?view=rev&rev=478182
Log:
Adding redirect for dispatcher howtos
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=478182&r1=478181&r2=478182
==============================================================================
--- forrest/trunk/site-author/content/.htaccess (original)
+++ forrest/trunk/site-author/content/.htaccess Wed Nov 22 07:05:33 2006
@@ -33,6 +33,10 @@
# Some moved documents
RedirectMatch ^/docs/docs_0_80/howto/howto-structurer-install(.*)
http://forrest.apache.org/docs_0_80/howto/howto-dispatcher-install$1
+RedirectMatch ^/docs_0_80/howto/howto-dispatcher-install(.*)
http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.dispatcher/how/howto-dispatcher-quickstart$1
+RedirectMatch ^/docs_0_80/howto/howto-structurer-dsl(.*)
http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.dispatcher/how/howto-dispatcher-structurer$1
+RedirectMatch ^/docs_0_80/howto/howto-dispatcher-quickstart(.*)
http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.dispatcher/how/howto-dispatcher-quickstart$1
+RedirectMatch ^/docs_0_80/howto/howto-structurer-contracts(.*)
http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.dispatcher/how/howto-dispatcher-contracts.html
RedirectMatch ^/docs_0_80/compliance(.*) http://forrest.apache.org/compliance$1
RedirectMatch ^/docs_0_80/forrest-contract(.*)
http://forrest.apache.org/forrest-contract$1
RedirectMatch ^/docs_0_80/howto/howto-howto(.*)
http://forrest.apache.org/howto-howto$1