Help! ERR_TOO_MANY_REDIRECTS

thomeski

Regular Member
Joined
Feb 27, 2021
Messages
231
Reaction score
73
Trying to add a new Login and registration page on WP but once I install a plugin my website goes offline and I get this error ERR_TOO_MANY_REDIRECTS. Then soon as I deactivate the plugin the website comes back up. What am I doing wrong? Used Elementor to create the website. Not a pro so I'm sure I'm fumbling somewhere.
 
Last edited:
What plugin are you installing?
Try to delete cookies and try again, also helps to check your HTTPS settings.
It might be that your plugin is trying to set up a redirect age on your website and it fails.
 
This happens when your browser gets stuck in a redirection loop.

The plugin you installed prolly tries redirecting you to some other page and that other page again tries to redirect you to the initial page that redirected you in the first place.

Does the removing the plugin fix this? Maybe also check your domain for any 301 redirect attempts and your WordPress settings and fix one of the redirects.

Too difficult to diagnose exactly without much info tho.
 
^^^^ This!
I was gonna post the same thing. It's probably because you have set up a redirect on your WP login page. Try logging out of WP and opening the WP login and see if it still keeps happening.
 
If you use cloudflare disable the tunneling

I've had the same problem, my solution was to set SSL "full" on Cloudflare and turn "always use HTTPS " on:

1657555996291.png


1657556014713.png
 
Back
Top