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