On Sun, Feb 8, 2015 at 9:03 PM, Yann Ylavic <[email protected]> wrote:
> On Sun, Feb 8, 2015 at 7:36 AM, YUSUI T <[email protected]> wrote:
>>
>> root@hostname:~# tail -n 6 /etc/apache2/mods-available/ssl.conf
>> <VirtualHost *:443>
>>         ServerName www.mydomain.com
>>         Redirect / https://www.mydomain.com/
>> </VirtualHost>
>
> You probably want to redirect to https when the request is plain http, hence :
>   <VirtualHost *:80>
> above.

Sorry, I completely misread your issue, please ignore this.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to