Install the certificate correctly. You could only enter my certified website by searching for “https://freedomk.art” if you searched as “freedomk.art” or “www.freedomk.art” it opened as a non-secure site, that is, without certification. What I did was make a new rule and add these two lines of code that redirect the traffic from http to https.
RewriteCond %{SERVER_PORT} ^80$
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
now the secure site does not open directly for me, not even searching for “https://freedomk.art” I mean, it always opens it without certification, but in the cyber panel it appears that I have more than 3700 days with the active certificate







