How do I redirect all visitors coming to https?

Simplest is to create a .htaccess file in that directory rewriting should be done in (usually public_html) and add your code that writes about the visit to your page to the HTTPS protocol. Here are some examples of how it can be done. Write a visit to https: //www.domainname.com (with WWW) RewriteEngine On RewriteCond %{HTTP:HTTPS} !on RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R,L] RewriteCond %{HTTP_HOST} ^www.(.*)$ [NC] RewriteCond %{HTTP:HTTPS} !on RewriteRule .* https://www....

How to purchase a SSL certificate

Step 1 - log in to your Servage account - Go to "Domain and websites" and choose "SSL certificate": - Choose the domain/subdomain for which you want to purchase a SSL certificate - push the button "Add Certificate" and follow the system to buy it - Further steps: Once the payment is made for the SSL order. You will need to approve the SSL mail which is sent to the email address you choose during the SSL order page. As soon as the SSL mail is validated, you can ...

Where do I find the SSL information

- login to your Servage account - go to "Domains and Websites" and then to "SSL certificates" - Push the button "View" in the line of the SSL certificate for which you want to extract the SSL information The system will now show you the SSL data which you can download

Let's encrypt

Servage offers Let's Encrypt for free. To get your free Let's Encrypt, do the following: - log in to your Servage account - go to go to Domains and Websites → SSL certificates (Let’s Encrypt) - push the green button "Add" - A new window opens up where you can choose the host on which you want to install your Let's Encrypt from a drop down menu: - As soon as you chose the host on which yo want to install Let’s Encrypt, push the button "Add". The activation of the SSL ma...