Viewing 1 replies (of 1 total)
  • This error usually occurs due to a misconfigured redirection issue.It may occur when a user has incorrect URL in WordPress Address URL or Site Address URL settings.

    Since you dont have access to your dashboard then FTP your website and find wp-config.php file. You need to download and edit this file using a text editor like Notepad. Simply add these two lines to the file.

    1 define('WP_HOME','http://example.com');
    2 define('WP_SITEURL','http://example.com');

    Rename your original wp-cofig.php by maybe adding “-old”.
    Upload the file you downloaded and configured.

    If the previous step did not solve your problem, then it is likely that there is a plugin issue with your site. try diabling your plugins and enable it one by one.

    Hope this helps

Viewing 1 replies (of 1 total)

The topic ‘Too many redirects; can't access admin’ is closed to new replies.