danny 2003/08/11 03:12:16 Modified: docs .htaccess Log: redirects to allow us to remove builds/jakarta-james/ Revision Changes Path 1.10 +6 -1 jakarta-site2/docs/.htaccess Index: .htaccess =================================================================== RCS file: /home/cvs/jakarta-site2/docs/.htaccess,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .htaccess 9 May 2003 12:58:02 -0000 1.9 +++ .htaccess 11 Aug 2003 10:12:16 -0000 1.10 @@ -30,6 +30,11 @@ Redirect Permanent /ant http://ant.apache.org Redirect Permanent /avalon http://avalon.apache.org -Redirect Permanent /james http://james.apache.org RedirectMatch Permanent /turbine/maven(.*) http://maven.apache.org$1 + +Redirect Permanent /james http://james.apache.org +RedirectMatch Permanent /builds/jakarta-james/latest http://cvs.apache.org/builds/james-server/test-build/ +RedirectMatch Permanent /builds/jakarta-james/nightly http://cvs.apache.org/builds/james-server/ +RedirectMatch Permanent /builds/jakarta-james/ http://www.apache.org/dist/jakarta/james +
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
