Ssl not working

Username (e.g. epiz_XXX) or Website URL sinalhatiwest.epizy.com

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

Error Message get the free ssl certificate for this domain and also upload the certificate manually but when accessing the site it’s still show your connection to this site is not secure. Any one please help

(please share the FULL error message you see)

Other Information

(other information and details relevant to your question)

Your sites SSL is working fine. Please try clearing your cache and trying again.

1 Like

This?

4 Likes

Try your solution but still showing same in mobile goggle chorme

Seems to me like you haven’t tried as I am not being redirected from http to https while visiting your domain.

Yes i am tried but still not solved the issue. I am not being redirected from http to https while visiting your domain. Yes this is the problem

Add this code in your website .htaccess file

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://sinalhatiwest.epizy.com/$1 [R,L]
1 Like

thanks. now working fine. but why not working without the code?

because this code set the redirect from HTTP to https.
without the code user visiting your website over HTTP won’t be redirected to secure connection (https)

3 Likes

Because installing an SSL certificates makes your website capable of HTTPS. But people who navigate to your website without HTTPS won’t be using HTTPS. If you want everyone to use HTTPS, you need to enforce that yourself. That’s what the .htaccess rules do.

2 Likes

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