• In trying to access my site through Safari, I found my site is “disjointed” looking, and I’m unable to access the dashboard at all. I keep getting the message of too many redirects. I’ve tried with Chrome, and while the site looks correct through Chrome, I’m still unable to access the dashboard. Any idea how I can access my site?
    https://thekitchengarten.com

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','https://example.com');
    2 define('WP_SITEURL','https://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.