From cvs-return-2050-apmail-incubator-cvs-archive=incubator.apache.org@incubator.apache.org Tue Aug 23 23:45:28 2005 Return-Path: Delivered-To: apmail-incubator-cvs-archive@www.apache.org Received: (qmail 41429 invoked from network); 23 Aug 2005 23:45:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2005 23:45:28 -0000 Received: (qmail 41710 invoked by uid 500); 23 Aug 2005 23:45:27 -0000 Delivered-To: apmail-incubator-cvs-archive@incubator.apache.org Received: (qmail 41626 invoked by uid 500); 23 Aug 2005 23:45:26 -0000 Mailing-List: contact cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list cvs@incubator.apache.org Received: (qmail 41613 invoked by uid 500); 23 Aug 2005 23:45:26 -0000 Delivered-To: apmail-incubator-public-cvs@incubator.apache.org Received: (qmail 41608 invoked by uid 99); 23 Aug 2005 23:45:26 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 23 Aug 2005 16:45:26 -0700 Received: (qmail 41400 invoked by uid 65534); 23 Aug 2005 23:45:26 -0000 Message-ID: <20050823234526.41399.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r239483 - /incubator/public/trunk/site-publish/.htaccess Date: Tue, 23 Aug 2005 23:45:25 -0000 To: public-cvs@incubator.apache.org From: ekoneil@apache.org X-Mailer: svnmailer-1.0.3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: ekoneil Date: Tue Aug 23 16:45:23 2005 New Revision: 239483 URL: http://svn.apache.org/viewcvs?rev=239483&view=rev Log: Change to .htaccess to redirect from incubator.apache.org/beehive to beehive.apache.org Modified: incubator/public/trunk/site-publish/.htaccess Modified: incubator/public/trunk/site-publish/.htaccess URL: http://svn.apache.org/viewcvs/incubator/public/trunk/site-publish/.htaccess?rev=239483&r1=239482&r2=239483&view=diff ============================================================================== --- incubator/public/trunk/site-publish/.htaccess (original) +++ incubator/public/trunk/site-publish/.htaccess Tue Aug 23 16:45:23 2005 @@ -2,6 +2,7 @@ RedirectMatch Permanent ^/geronimo(.*) http://geronimo.apache.org$1 RedirectMatch Permanent ^/lenya(.*) http://lenya.apache.org$1 RedirectMatch Permanent ^/derby(.*) http://db.apache.org/derby$1 +RedirectMatch Permanent ^/beehive(.*) http://beehive.apache.org$1 RedirectMatch Permanent ^/nutch(.*) http://lucene.apache.org/nutch$1 RedirectMatch Permanent ^/apollo(.*) http://ws.apache.org/wsrf$1 --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org For additional commands, e-mail: cvs-help@incubator.apache.org