If you are redirecting all HTTP -> HTTPS you can do:
RewriteEngine on
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R=permanent,L,NE]
This will redirect all requests to your https server
{other redirects can be handled on that}
James
--
The Wellcome Trust Sanger Institute
Remove the allow deny lineAnd the allow from all line
Sent from my Samsung Galaxy smartphone.
Original message From: David Miranda Aragón
Date: 19/01/2017 16:54 (GMT+00:00) To:
users@httpd.apache.org Subject: Re: [users@httpd] hello
I am new to debian 8, in the version o