I have a certificate, but how do you now redirect my site to HTTPS?
To ensure your website is always accessible via a secure HTTPS connection, you must first obtain an SSL certificate for your domain. For more information on setting up an SSL certificate, see the Helpdesk article “How can I activate SSL?”.
After successfully setting up the certificate, automatic redirection to HTTPS can be implemented through various options. Please note: always use one of the following options and not all simultaneously, otherwise you risk creating unwanted redirect loops and your website may become inaccessible.
Please also note that depending on the CMS used, additional settings may be necessary for the correct use of HTTPS. Incorrect implementation can, for example, lead to the inaccessibility of your CMS management interface. Therefore, make sure to inquire before modifying your website about the necessary steps for your software to ensure a smooth transition. These steps may vary depending on the CMS used.
As an entry in the .htaccess file of your web space
It is necessary to adjust the .htaccess file of your web space. Here is a rewrite example that works in most standard situations. In your individual configuration, the command may need to be adapted to your specific structure.RewriteEngine On RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]In your CMS settings
Redirection to HTTPS can possibly be configured directly via your CMS (WordPress, Joomla, etc.). The method depends on the CMS you are using, please refer to your software documentation for further instructions.
It may be necessary to make additional settings so that embedded files such as images or scripts are also loaded via HTTPS. For common CMSs, most of the time, plugins can help you with the implementation.In the hosting.fr client portal
Activate HTTPS redirection in the hosting.fr client portal as follows:- Select the “Products” item from the menu on the left.
- In the “Products” menu, select the “Web Hosting” sub-item.
- Under the “Domains” section, under the relevant domain, select “Show details”. If you manage a large number of domains, you may need to click on “Show all” to get a complete overview of your domains.

- In the “SSL” section, click on “Edit”.

- If a certificate has been registered (here with Let’s Encrypt as an example), you can activate the “Redirect HTTP to HTTPS” switch.
- Finally, save your changes by clicking on the “Save” button.

- Select the “Products” item from the menu on the left.