[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Redirection automatique web apache http vers https



On Monday 11 May 2015 12:47:08 Jean-Christophe VEY wrote:
> ça fonctionne sur mes sites:
> <VirtualHost *:80>
>      ServerName mondomaine.tld/
>      RewriteEngine On
>      RewriteCond %{HTTPS} off
>      RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=302,L]
> </VirtualHost>
> Jean-Christophe

Merci.

Veinard :-)

Chez moi, avec ce code, toujours pas.

andré


Reply to: