Why my ssl not working on my site ? eventhough it's from infinity free

Well, your page loads, because it redirects http to https, but there seems to be a redirection loop, what cms/softaware are you using

mybb. i added force https to htacess file.

RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} =http
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Can you delete that and try again? I think it may be interfering

yes sure i’ll try it

thank u very much it worked now…

No problem!

i marked it as solution let it help someone.

BTW goodbye!!

Okay, And thankyou for using InfinityFree!

1 Like

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