WordPress admin login page is not appearing

Hi Team,

I have purchase a domain from godaddy and added with my infinity Free hosting account

I am trying to install wordpress on my domain. I went and installed wordpress using control panel.

My domain Name : https://krishnajha.life
Whcih is woking absoultly fine.

My wordpress admin Name : https://krishnajha.life/wp-admin/
PFA - Admin login page of this website is not loading and through the error “This page isn’t Working”.

Its been a day for me I have created my wordpress website.

Thanks for all your support in advance.

Hello there,

Try inserting this code into your .htaccess file:

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

Then clear your browser cache first before revisiting your wp-admin url.

2 Likes

Could you please share the full error?

This is his error:
ERR_TOO_MANY_REDIRECTS

After adding this code as mentioned by you. I am getting the below error

500 Error, please check your php script / enable display_errors in your cpanel

I would expect another error but that’s absolutely not the error I was expecting for you to get
This could mean that you didn’t correctly inserted that .htaccess code.

Delete that code you inserted, carefully not to delete other codes.
And insert it again but make sure at the very bottom and is isolated from the rest of the codes present in your .htaccess.

YES ! you were right …

500 Error, please check your php script / enable display_errors in your cpanel

Error is gone.

but I am still getting the same errorr on my admin domain : ERR_TOO_MANY_REDIRECTS

https://krishnajha.life/wp-admin/

Are you using cloudflare?

Yes ! I have enabled cloudflare in my Control Panel to get SSL Certificate to my domain https://krishnajha.life

which is working absolutely fine. BUT, My admin page of wordpress is throughout error.

https://krishnajha.life/wp-admin/

error : This page isn’t working - HTTP ERROR 508

I strongly agree with your statement. I am very happy.

But my admin login page is not appearing.

https://krishnajha.life/wp-admin/

error : This page isn’t working - HTTP ERROR 508

https://infinityfree.net/support/wordpress-and-cloudflare-flexible-ssl/

3 Likes

Thank You so much issue resolved. I am able to get login page of my wordpress domain…

Many Many thanks …

Ah sorry, because of my internet i sent the article multiple times.
Glad it fixed your problem :slight_smile:

1 Like

2 posts were split to a new topic: Wordpress Admin login not working

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