Re: Redirecting to https

2019-10-24 Thread Danny Chan
Sounds cool, hope it works perfectly ! Best, Danny Chan 在 2019年10月25日 +0800 AM4:23,Julian Hyde ,写道: > Thanks for the suggestions. I’ve logged > https://issues.apache.org/jira/browse/CALCITE-3445 > . I’ll try to get to it, > but feel free to ju

Re: Redirecting to https

2019-10-24 Thread Julian Hyde
Thanks for the suggestions. I’ve logged https://issues.apache.org/jira/browse/CALCITE-3445 . I’ll try to get to it, but feel free to jump in. > On Oct 23, 2019, at 6:26 PM, Michael Mior wrote: > > Great! Seems like we could just take lines 1

Re: Redirecting to https

2019-10-23 Thread Michael Mior
Great! Seems like we could just take lines 1-15 and change beam to calcite and we would be set. Glad to see this discussion brought up and I think we should make this change. -- Michael Mior mm...@apache.org Le mer. 23 oct. 2019 à 18:45, Francis Chuang a écrit : > > I think we can do this using a

Re: Redirecting to https

2019-10-23 Thread Francis Chuang
I think we can do this using a .htaccess file (all ASF sites run on the Apache HTTPD). See Cordova's change to do this: https://github.com/apache/cordova-docs/commit/fcfd9ffafca5547f6859a0bd662db6341b15da34 And Beam's: https://github.com/apache/beam/blob/master/website/src/.htaccess#L12 On

Redirecting to https

2019-10-23 Thread Julian Hyde
When you go to http://calcite.apache.org it does not automatically redirect to https://calcite.apache.org. Does anyone know how we would accomplish this? I notice that http://beam.apache.org does the right thing. Julian