Comments on: How to Fix WordPress Login Redirect Loop Issue https://www.hostinger.ph/tutorials/fix-wordpress-login-redirect-loop Wed, 05 Apr 2023 07:23:30 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Sam https://www.hostinger.ph/tutorials/fix-wordpress-login-redirect-loop#comment-319286 Wed, 18 May 2022 19:10:48 +0000 https://www.hostinger.com/tutorials/?p=4599#comment-319286 My issue was due not having the full URL (https://domain.com/) or trailing / for the site url and home in the database.

After which I had no css in the dashboard. But thankfully avilu’s comment above helped me fix that.

]]>
By: Jan https://www.hostinger.ph/tutorials/fix-wordpress-login-redirect-loop#comment-159651 Wed, 23 Sep 2020 13:10:51 +0000 https://www.hostinger.com/tutorials/?p=4599#comment-159651 Or just enter it in private mode (or another browser), change password and: voila!

]]>
By: avilu https://www.hostinger.ph/tutorials/fix-wordpress-login-redirect-loop#comment-104872 Wed, 27 Mar 2019 01:17:08 +0000 https://www.hostinger.com/tutorials/?p=4599#comment-104872 I just wanted to save someone else 3 hours of their lives.
I had tried alllllll the answers online and then finally in an error log I noticed that that UID was smaller than..

This was caused by the file owner not being correct. The simplest way to correct this for most people is to:
Navigate wp-admin/
Locate index.php
rename index.php index_old.php
Create a new file -> name this: index.php
open index_old.php and copy the contents and paste them into index.php

This should fix the error. Now you may get a reauth=1 error.
The best solution I found was to log in from Chrome using incognito mode, once you have done this you can go back to using your browser.

We then had another issue with no loading style sheets.. the answer:
locate: wp-config.php
at the end of the file paste this line: define( ‘CONCATENATE_SCRIPTS’, false );

]]>