• Hello, WordPress community. when I visit admin page, it returns err too many redirects. and I have looked online for solutions and tried everything but still no changes. i have clear cookies and browsing data, I have tried deactivating the plugins and themes in the file manager, and I have tried to delete the .htaccess file including adding:
    define(‘WP_HOME’,’https://example.com’);
    define(‘WP_SITEURL’,’https://example.com’);
    to config.php file
    please i need help i can’t figure the way out right now.
    thanks.

    • This topic was modified 4 years, 5 months ago by semoladigital.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The URL you’ve give here creates an endless loop by redirecting 301 to itself.
    I don’t think the problem is within .htaccess, the redirect is too slow for that. So probably some kind of plugin is doing this.

    Since you can’t login, you’d need to turn off one or several plugins via FTP/file manager: Your plugins are (probably) located under /wp-content/plugins/
    If you change the name of the catalog for a particular plugin, say /wp-content/plugins/akismet/ into /wp-content/plugins/akismet-hidden/ then WordPress won’t run this plugin when being loaded. If you change the name of the main plugins folder (/wp-content/plugins/ to, say, /wp-content/plugins-inactive/ ) then all plugins will go invisible to WordPress and you’ll most probably be able to log in (unless the culprit is your currently active theme or a mu-plugin).

    Thread Starter semoladigital

    (@semoladigital)

    thank you very much. i have tried changing the plugins and the theme by adding random letters and clearing the cookies on my browser thereafter. But I’m still getting the err too many redirects.

    • This reply was modified 4 years, 5 months ago by semoladigital.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ERR_TOO_MANY_REDIRECTS’ is closed to new replies.