My website won't redirect to HTTPS!

My website won't redirect to HTTPS!

Posted on : 21 Aug, 2021    |    Last Update - 3 years ago   

If you have an HTML website (and only if you have an HTML website), you will have to edit your .htaccess by adding the following

-------------------------
<ifmodule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
</ifmodule>
--------------------
If you have a WordPress website, simply choose "HTTPS" before your installation

Still No Luck ? We can help you

Create a ticket, we’ll get back to you as soon as possible.

Submit a Ticket