WordPress not going through

I am trying to login wp-admin i just created and its not going through.

Hello there,

Do you have an SSL certificate installed on your site? If not then that’s probably why you are experiencing the issue.
To get a free SSL certificate you can go to the client area and on the menu you should see a “SSL Certificate” tab. Follow the instructions it will give you.

2 Likes

Let me try it. thanks

@unkownlolz, i have added the ssl certificate and its still showing the same thing

You also need to install it on your hosting account, then wait a while until the SSL certificate changes have propagated and visit your website again.

1 Like

this is the error code i am getting now. i generated the ssl code from the client area and upload it in the hosting control panel and it is still showing this error.

Hello there,

Try inserting this code into your .htaccess file:

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

It worked… i gave it a little time and reload. Thank you all for the info

1 Like

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