Return-Path: X-Original-To: apmail-incubator-general-archive@www.apache.org Delivered-To: apmail-incubator-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5114F10A17 for ; Wed, 20 Nov 2013 11:31:38 +0000 (UTC) Received: (qmail 35769 invoked by uid 500); 20 Nov 2013 11:31:25 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 34850 invoked by uid 500); 20 Nov 2013 11:31:08 -0000 Mailing-List: contact general-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 general@incubator.apache.org Received: (qmail 34829 invoked by uid 99); 20 Nov 2013 11:31:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Nov 2013 11:31:05 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [66.111.4.29] (HELO out5-smtp.messagingengine.com) (66.111.4.29) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Nov 2013 11:31:00 +0000 Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 99BC720F8A; Wed, 20 Nov 2013 06:30:39 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute2.internal (MEProxy); Wed, 20 Nov 2013 06:30:39 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=mesmtp; bh= iN16OS2aZfhpzprCt4edAtVM0UQ=; b=yXtN7hhrG2S9HxPYfxO9TIcZVY7tvYoG /Sw9Tk5SjInc28OZIkOuYSQnYdJZV/4SuNqlhZ5ovnSvYtOKLVpTjsuvt3yvrJx9 9xN1/IezXWuw7O1LVfQmRnusWNx9kFuVsPyGEYoFURgnLoX9iUCp3hIXejIVqt4u tccGNsVWOQ0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=smtpout; bh=iN16OS2aZfhpzprCt4edAtVM0UQ=; b=TNkX3iGQCnN+gna3f9w9Z5WwABEj uj6a4Qmmt6swZIv1rqkb6kP2BArVsC/aPuBLNnzjmc6y5BTgId948vevdPCL3E79 EpiD3Oa6HVS8NGHMN6SOd+1iXE7s4PooRHk8U4MPw4AhmNQVSfCxdQypHUZ7mxpo LWugd/5IQxDO90Y= X-Sasl-enc: gUhPqeuQt2bqYK05HQ3l+dGd0H65Vlbx4pAJefzVnUd3 1384947039 Received: from lp-shahaf.local (unknown [109.64.18.212]) by mail.messagingengine.com (Postfix) with ESMTPA id 7A825C00E93; Wed, 20 Nov 2013 06:30:38 -0500 (EST) Date: Wed, 20 Nov 2013 13:30:29 +0200 From: Daniel Shahaf To: Joseph Schaefer Cc: Jordan Zimmerman , infrastructure@apache.org, general@incubator.apache.org Subject: Re: INFRA-6774 Message-ID: <20131120113029.GA3025@lp-shahaf.local> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Checked: Checked by ClamAV on apache.org Joseph Schaefer wrote on Tue, Nov 19, 2013 at 23:18:11 -0500: > > On Nov 19, 2013, at 10:50 PM, Joseph Schaefer wrote: > > > > > On Nov 19, 2013, at 10:40 PM, Jordan Zimmerman wrote: > > > >> Can someone please explain to me what I need to do to have curator.incubator.apache.org redirect to curator.apache.org? > > > > You need to create an .htaccess file at the top-level of your tree with the following contents > > -------------------------------------------------------- > > RewriteCond %{HTTP_HOST} curator.incubator.apache.org > > RewriteRule (.*) https://curator.apache.org/ > > Sorry, that last part needs an $1 tacked onto the end: https://curator.apache.org/$1 No htaccess is needed, it happens automagically once the TLP dist area is created. See vhosts/zzzothers.conf on eos. --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org For additional commands, e-mail: general-help@incubator.apache.org