Bonjour,
Je cherche à savoir comment faire pour rediriger quelqu'un qui accède a mon site en http a https avec HTML ou .htaccess.

Par la meme occasion savez vous comment mettre le texte a coté du logo sécurisé ?
Je voudrais ça : http://gyazo.com/88fe6e4f5a77cdbf71eaa93c346ccbc6

Et j'ai ça: http://gyazo.com/a370ca72cba148b924f9695492893bf5

Comment mettre le texte vert ?

1 réponse


Tu peux tenter via htaccess :

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Ou regarder parmis ces solutions : http://www.askapache.com/htaccess/http-https-rewriterule-redirect.html