leosimons 2003/10/29 06:55:28 Modified: site .htaccess Log: friendly redirects for missing excalibur components Revision Changes Path 1.2 +16 -0 avalon-site/site/.htaccess Index: .htaccess =================================================================== RCS file: /home/cvs/avalon-site/site/.htaccess,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .htaccess 28 Oct 2003 17:57:03 -0000 1.1 +++ .htaccess 29 Oct 2003 14:55:28 -0000 1.2 @@ -3,3 +3,19 @@ RedirectMatch ^/sandbox/merlin(.*) http://avalon.apache.org/merlin RedirectMatch ^/sandbox/api(.*) http://avalon.apache.org/merlin/api RedirectMatch ^/cornerstone(.*) http://avalon.apache.org/components +RedirectMatch ^/fortress(.*) http://avalon.apache.org/excalibur/fortress$1 +RedirectMatch ^/excalibur/compatibility(.*) http://avalon.apache.org/excalibur/no-docs-available.html +RedirectMatch ^/excalibur/component(.*) http://avalon.apache.org/excalibur/no-docs-available.html +RedirectMatch ^/excalibur/datasource(.*) http://avalon.apache.org/excalibur/no-docs-available.html +RedirectMatch ^/excalibur/event(.*) http://avalon.apache.org/excalibur/no-docs-available.html +RedirectMatch ^/excalibur/extension(.*) http://avalon.apache.org/excalibur/no-docs-available.html +RedirectMatch ^/excalibur/instrument(.*) http://avalon.apache.org/excalibur/no-docs-available.html +RedirectMatch ^/excalibur/lifecycle(.*) http://avalon.apache.org/excalibur/no-docs-available.html +RedirectMatch ^/excalibur/logger(.*) http://avalon.apache.org/excalibur/no-docs-available.html +RedirectMatch ^/excalibur/monitor(.*) http://avalon.apache.org/excalibur/no-docs-available.html +RedirectMatch ^/excalibur/pool(.*) http://avalon.apache.org/excalibur/no-docs-available.html +RedirectMatch ^/excalibur/sourceresolve(.*) http://avalon.apache.org/excalibur/no-docs-available.html +RedirectMatch ^/excalibur/store(.*) http://avalon.apache.org/excalibur/no-docs-available.html +RedirectMatch ^/excalibur/thread(.*) http://avalon.apache.org/excalibur/no-docs-available.html +RedirectMatch ^/excalibur/xfc(.*) http://avalon.apache.org/excalibur/no-docs-available.html +
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
