Not Secure Padlock : 5 possible reasons & how to fix them

<English Version>

 

When you use your domain with NetKL hosting, you will receive SSL Certificate (https ) for FREE.

Basically, there are 5 probable reasons, as to why your website address shows 'Not Secure' on the Address Bar.

It can be due to :

 

1) Reason 1 : https://www.youtube.com/watch?v=-bOHTLLFu0k , or,

 

2) Reason 2 : https://www.youtube.com/watch?v=NtlylVylbQg , or,

 

3) Reason 3 : https://www.youtube.com/watch?v=2XJ--2r5wd4 , or,

 

4) Reason 4 : https://youtu.be/ihFOAortRdo , or,

 

For Reason 4, here's the code you need to insert in your .htaccess file later on :

RewriteCond %{HTTPS} off

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

 

5) Reason 5 : https://www.youtube.com/watch?v=Ptgj2CyFo1w

 

If you have done all the above 5 steps, normally, your website will get its 'Secure' or 'Green Padlock' icon right away.

Should you have any problem (or need any assistance), kindly contact us via LiveChat here : https://m.me/netkl , for assistance at anytime.

 


 

<Bahasa Melayu>

 

Jika anda guna mana2 domain di hosting NetKL, Sijil SSL ( https ) diberikan secara PERCUMA.

Biasanya, terdapat 5 kemungkinan, mengapa paparan 'Not Secure' muncul di alamat website anda di Address Bar.

Ia mungkin disebabkan oleh faktor :

 

1) Reason 1 ini : https://www.youtube.com/watch?v=-bOHTLLFu0k , atau,

 

2) Reason 2 ini : https://www.youtube.com/watch?v=NtlylVylbQg , atau,

 

3) Reason 3 ini : https://www.youtube.com/watch?v=2XJ--2r5wd4 , atau,

 

4) Reason 4 ini : https://youtu.be/ihFOAortRdo , atau,

Untuk Reason 4, sila masukkan code di bawah ke dalam file .htaccess :

RewriteCond %{HTTPS} off

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

 

5) Reason 5 ini : https://www.youtube.com/watch?v=Ptgj2CyFo1w

 

Jika anda sudah buat kesemua 5 langkah di atas, biasanya, ikon 'Secure' atau 'Green Padlock' akan muncul serta-merta.

Sekiranya masih ada masalah (dan anda perlukan sebarang bantuan), sila hubungi kami di LiveChat : https://m.me/netkl , pada bila2 masa.

 

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

How to redirect HTTP to HTTPS using .htaccess

If you installed your website at http:// previously, and would like to change it to https://...