>> Apache 2.4.10 on SLES 12. I am trying to redirect a subdomain address from
>> http to https. So when a user forgets to use https they will still land on
>> the correct page. I tried using:
>>
>> RewriteEngine On
>> RewriteCond %{HTTPS} off
>> RewriteCond %{HTTP_HOST} ^(sub1|sub2|sub3)\. [NC]
> From: Chris Arnold [mailto:carn...@electrichendrix.com]
> Sent: Saturday, February 07, 2015 9:50 AM
> To:
> Subject: [users@httpd] Redirect HTTP to HTTPS
>
> Apache 2.4.10 on SLES 12. I am trying to redirect a subdomain address from
> http to https. So when a user forgets to use https they wil