My ssl secured website doesn't show up

epiz_27648741 [not giving website because nsfw]

(please specify the website or account you are asking about)

my ssl certified website doesn’t show up on searching. Still showing “Not Secure”

Other Information

When I explicitly enter “https://my-site-name” then it shows the secure site.
I’m using html code, no wp.
(other information and details relevant to your question)

Ok, go to your .htaccess file, and insert this line of code:

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]
5 Likes

Wow!
Worked like a charm. Thanks a lot.
Replaced “yourdomain.com” with my website and now it works like a slide on butter.
Thankyou

3 Likes

No problem :slight_smile:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.