Why should I change my admin URL?
Most Content Management Systems (CMS’s) have a unique identifying login URL. For example, WordPress uses- domain.com/wp-admin.php
- domain.com/wp-login.php
The error “too many redirects” means that the website keeps being redirected between different addresses in a way that will never complete. Often this is the result of competing redirects, one trying to force HTTPS (SSL) and another redirecting back to HTTP (non-SSL), or between www and non-www forms of the URL.
Continue reading “Troubleshooting: Too Many Redirects”