Author: crossley Date: Sun May 8 23:48:15 2005 New Revision: 169244 URL: http://svn.apache.org/viewcvs?rev=169244&view=rev Log: Add the .htaccess Added: forrest/site/0.6/.htaccess (with props) Added: forrest/site/0.6/.htaccess URL: http://svn.apache.org/viewcvs/forrest/site/0.6/.htaccess?rev=169244&view=auto ============================================================================== --- forrest/site/0.6/.htaccess (added) +++ forrest/site/0.6/.htaccess Sun May 8 23:48:15 2005 @@ -0,0 +1,41 @@ +AddDefaultCharset UTF-8 + +# Some old documents were completely removed. +RedirectMatch ^/mail-archives(.*) http://forrest.apache.org/mail-lists$1 + +# 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 ^/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 + +Options -MultiViews +Redirect /docs/plugins http://forrest.apache.org/0.7/docs/plugins +Redirect /docs/dev http://forrest.apache.org/0.7/docs + +# Change these to 0.7 after its release. +Redirect /docs http://forrest.apache.org/0.6/docs +Redirect /howto http://forrest.apache.org/0.6/howto + +# Other top-level documents go to the current release. +# We need specific matches because mirrors.cgi and mirrors.html +# need to remain at the top-level. +RedirectMatch ^/build(.*) http://forrest.apache.org/0.6/build$1 +RedirectMatch ^/contrib(.*) http://forrest.apache.org/0.6/contrib$1 +RedirectMatch ^/faq(.*) http://forrest.apache.org/0.6/faq$1 +RedirectMatch ^/flyer(.*) http://forrest.apache.org/0.6/flyer$1 +RedirectMatch ^/index(.*) http://forrest.apache.org/0.6/index$1 +RedirectMatch ^/license(.*) http://forrest.apache.org/0.6/license$1 +RedirectMatch ^/mail-lists(.*) http://forrest.apache.org/0.6/mail-lists$1 + +# handle all DTDs etc. + + ForceType application/xml-dtd + + + ForceType application/xml-external-parsed-entity + Propchange: forrest/site/0.6/.htaccess ------------------------------------------------------------------------------ svn:eol-style = native