SSL certificates will help you to get a better positioning in Google and gives visitors greater confidence in your website.
The steps you need to follow to activate an SSL certificate in concrete5 are the following:
- Purchase an SSL certificate according to your needs - HostX.ro has a wide range of SSL certificates, more details can be found here
- After purchasing the certificate and installing it on the server it is necessary to configure the protocol https:// in concrete5
- Log in to cPanel, access File Manager, and edit the .htaccess file to force the use of the https:// protocol by adding the following lines:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule^(.*)$ https://www.example.com/$1 [R,L]
4. Save the .htaccess file and check
