WordPress FAQ

Fixing WordPress Login Redirect Loop Errors

Most login redirect loops are caused by corrupted .htaccess files, incorrect site URL settings in the database, or SSL/proxy configuration conflicts. high confidence based on 8 community reports

Most login redirect loops are caused by corrupted .htaccess files, incorrect site URL settings in the database, or SSL/proxy configuration conflicts.

Based on 8 community reports.

Linked sources: 9.

Known Issues

Community Q&A

Why am I stuck in a redirect loop on the WordPress login page?

This is usually caused by a corrupted .htaccess file, incorrect site URL settings in the database, or SSL/HTTPS configuration issues.

How do I fix a WordPress redirect loop using .htaccess?

Try renaming your current .htaccess file to .htaccess_old via FTP or File Manager to see if the site loads; if it does, regenerate your permalinks.

Can database settings cause login redirect loops?

Yes, if your siteurl or home options in the wp_options table do not match your actual domain or protocol, WordPress will trigger a redirect loop.

Does Cloudflare cause WordPress login redirect loops?

Yes, if the SSL setting in Cloudflare is set to ‘Flexible’ while your server expects ‘Full’ or ‘Strict’, it can create an infinite redirect loop.

Reddit Sources