Website URL: digitiger.free.nf
installed Google Trust sertificate, http and https both worked, but no automatic redirect.
then I put into .htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://digitiger.free.nf/$1 [R,L]
</IfModule>
this worked initially, redirected to https as needed.
THEN few hours later error, “certificate not installed”
not http nor https worked anymore
deleted my own .htaccess redirect rules, installed certificate again
- and now redirect from http TO https is working fine, without my own rules… surprise.
was the error because I must not create my own redirect in .htaccess?