When you see this error it indicates something is causing too many redirects and the server can't complete the request, an infinite redirection loop. This issue is typically caused by incorrect settings for the domain, but could also be caused by third party services like CloudFlare.
The error messages as seen in various browsers:
This page isn't working example.com redirected you too many times. Try clearing your cookies. ERR_TOO_MANY_REDIRECTS
The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
Hmmm...can't reach this page
Note: Always backup your WordPress site before modifying any files.
define( 'WP_SITEURL', 'http://example.com/wordpress'); define( 'WP_HOME', 'http://example.com');