noel 2004/08/31 15:24:46 Modified: build/site .htaccess Log: fix redirect for geronimo Revision Changes Path 1.4 +2 -1 incubator-site/build/site/.htaccess Index: .htaccess =================================================================== RCS file: /home/cvs/incubator-site/build/site/.htaccess,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .htaccess 20 Jun 2004 16:20:13 -0000 1.3 +++ .htaccess 31 Aug 2004 22:24:46 -0000 1.4 @@ -1,2 +1,3 @@ -RedirectMatch Permanent /geronimo(.*) http://geronimo.apache.org$1 +RedirectMatch Permanent /geronimo http://geronimo.apache.org +RedirectMatch Permanent /geronimo/(.*) http://geronimo.apache.org/$1
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
