Site not secure

Website URL

www.

is not secure

my site is not secure using www. I have ssl cert installed seems like http is not being redirected to https

here is my htaccess

DirectoryIndex index.php index.html index.htm index2.html

RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:CF-Visitor} !{“scheme”:“https”}
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Header always set Content-Security-Policy “upgrade-insecure-requests;”

ErrorDocument 403 https://errors.infinityfree.net/errors/403/
ErrorDocument 404 https://errors.infinityfree.net/errors/404/
ErrorDocument 500 https://errors.infinityfree.net/errors/500/

any help please ?

Hello :wave:
Your website works fine for me! I don’t see any errors. You have a LetsEncrypt SSL installed. I believe it may be a network or browser cache issue at your end.

2 Likes

It seems to work in chrome but not safari or opera
I have cleared all caches also

moved to cloudflare now all is good

2 Likes

whats the website url, i only see www. in the original post :frowning:

sorry I didnt read your last post about it being ok now, my bad

yeah its all good for me too :smiley:

3 Likes

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