I still don't have the padlock feature signifying a secure site after installing SSL certificate

OK. This happened to me?
Could you give me the entire code you put in the .htaccess?
I can debug this for you
Try deleting the lines i told you earlier.
Heres the new code:
I copied and pasted this from my htaccess, so this should work

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
3 Likes

I checked your .htaccess too, and this is what I see:

RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

All the settings are on a single line, which the server can’t process.

2 Likes

interesting. This is my htaccess for todoapp.rf.gd:

2 Likes

Oh, my bad. I mixed up the posts and people. That’s the .htaccess for bit2x72.ml, which @Ihedioha referred to when creating this topic.

If the .htaccess from @Ihedioha would look like the one you created, that should work.

4 Likes

Everything works just fine now. Thank you guys for all of your contributions and your patience with me, yunno, these things get me so confused, but I’m learning. You guys are the best. What bothers me now is the “let’s make something awesome”, I don’t know from where to begin, I think I need a hand.

Thank you again.Screenshot_20201125-093051~2

2 Likes

Pls read this for a start…

3 Likes

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