Reputation: 1
The error err_too_many_redirects appears in the browser enter image description here but nothing comes out in the nginx error log and I just registered the site in cloudflare. All traffic is redirected to HTTPS
Upvotes: 0
Views: 2662
Reputation: 479
This error generally occurs in Wordpress Sites which is due to a re-direct header sent by PHP.
So This is due to following reason:
The best way to solve this is :
Upvotes: 3