On Nov 19, 2013, at 10:50 PM, Joseph Schaefer <joe_schae...@yahoo.com> wrote:

> 
> On Nov 19, 2013, at 10:40 PM, Jordan Zimmerman <randg...@apache.org> 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

> --------------------------------------------------------
> HTH. Please if you get this working well go back and document it for others 
> to use.
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to