Rate this article :
4/5 | 5 opinion
This article was useful to you ?
Yes
No
Vous avez noté 0 étoile(s)
Procédure
Following the activation of an SSL certificate on a domain name, it may be necessary to force the use of the https protocol, so that an Internet user is automatically redirected to a secure URL.
This action does not apply to websites developed with Wordpress, Joomla and/or Prestashop, in which case this type of redirection will be carried out directly from their admin panel.
To do this, you need to upload a file called .htaccess to the FTP account associated with your domain, at its root.
This file must contain the following code:
RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteCond %{HTTP_HOST} ^(?:www)?mondomaine\.ext(?:.*)$ [nc] RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [redirect=301,L]
Rate this article :
4/5 | 5 opinion
This article was useful to you ?
Yes
No
1mn reading
How do you protect access to a directory on your web hosting?
1mn reading
Web application firewall
0mn reading
How to set the IP Firewall
0mn reading
How do I install a paid SSL Certificate?
Bonjour,
Merci pour votre retour.
La demande que vous nous avez transmise n'est pas assez précise, nous vous invitons à contacter notre service support à travers votre espace client, afin de vous apporter une aide sur la manipulation que vous souhaitez faire. (https://aide.lws.fr/a/268)
Il est possible de passer directement via le LWS Panel pour forcer votre domaine à passer en HTTPS, cela est bien décrit dans cette documentation : https://aide.lws.fr/a/595
Je vous remercie de votre attention et reste à votre disposition pour toute autre question ou complément d'information.
Cordialement, L'équipe LWS