On Tue, 2018-12-18 at 14:45 +0100, Radu Cotescu wrote:
> Hi,
> 
> I remember that at some point we used to have a .htaccess file with
> redirects. Can something like that still be used to redirect http
> requests to https?

I'm +1 on going HTTPS only. I am not sure how to trigger it though. 

I noticed that at least one Apache project does this properly

$ curl -I kudu.apache.org
HTTP/1.1 301 Moved Permanently
Date: Tue, 18 Dec 2018 14:12:26 GMT
Server: Apache/2.4.18 (Ubuntu)
Location: https://kudu.apache.org/
Content-Type: text/html; charset=iso-8859-1

Robert

Reply via email to