Cette publication est également disponible en :
Français (French)
Once you have installed an SSL certificate in cPanel, traffic is not automatically redirected to port 443.
You need to create a .htaccess file at the root of your site.
You need to enter the following redirection:
RewriteEngine OnRewriteCond %{HTTPS} !=onRewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L] |
Save.
Then test your redirection.