Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Wie man den Fehler „Zu viele Weiterleitungen“ in WordPress behebt

Hinweis der Redaktion: Wir erhalten eine Provision für Partnerlinks auf WPBeginner. Die Provisionen haben keinen Einfluss auf die Meinung oder Bewertung unserer Redakteure. Erfahre mehr über Redaktioneller Prozess.

Versuchen Sie, das Problem „Error too many redirects“ auf Ihrer WordPress-Website zu beheben?

Es handelt sich um einen häufigen WordPress-Fehler, der durch ein Plugin oder falsche Einstellungen verursacht werden kann. Er führt jedoch dazu, dass Benutzer von ihren WordPress-Websites ausgesperrt werden, was ihn besonders lästig macht.

In diesem Artikel zeigen wir Ihnen, wie Sie das Problem „Fehler zu viele Weiterleitungen“ in WordPress leicht beheben können. Wir zeigen Ihnen auch, wie Sie den Zugriff auf Ihre Website wiederherstellen und den Fehler beheben können.

Fixing too many redirects error in WordPress

Was ist die Ursache für den Fehler „Zu viele Weiterleitungen“ in WordPress?

Der Fehler „Zu viele Weiterleitungen“ wird durch eine falsch konfigurierte Weiterleitung in WordPress verursacht.

Wie Sie vielleicht bereits wissen, verfügt WordPress über eine SEO-freundliche URL-Struktur, die die Weiterleitungsfunktion nutzt. Auch viele beliebte WordPress-Plugins nutzen diese Funktion, um temporäre Weiterleitungen einzurichten, permanente 301-Weiterleitungen zu erstellen und 404-Fehler zu beheben.

Wenn Sie ein Plugin verwenden, um das Problem der unsicheren SSL-Inhalte zu beheben, oder ein WordPress-Caching-Plugin, dann kann dies auch Weiterleitungen beeinflussen und den Fehler „zu viele Weiterleitungen“ verursachen.

So sieht die Meldung „ERR_TOO_MANY_REDIRECTS“ in Google Chrome aus.

Error Too Many Redirects in Google Chrome

Dieser Fehler sagt Ihnen jedoch nicht, was den Konflikt verursacht und die Umleitungsschleife in WordPress erzwingt.

So sieht der Fehler in Firefox aus, mit der Meldung „Die Seite wird nicht richtig weitergeleitet“.

Too many redirects error in Firefox

Schauen wir uns also an, wie man den Fehler „zu viele Weiterleitungen“ in WordPress beheben kann.

Wir führen Sie Schritt für Schritt durch die Fehlersuche, verschaffen Ihnen Zugang zu Ihrer WordPress-Website und verhindern, dass der Fehler erneut auftritt.

Video-Anleitung

Subscribe to WPBeginner

Wenn Sie eine schriftliche Anleitung bevorzugen, dann lesen Sie einfach weiter.

1. Browser-Cookies und Cache löschen

Eine häufige Ursache für den Fehler könnten die Cookies Ihres Webbrowsers sein. Versuchen Sie, Ihre Website mit einem anderen Webbrowser wie Firefox, Safari, Opera oder Microsoft Edge aufzurufen.

Wenn Sie mit einem anderen Browser normal auf Ihre Website zugreifen können, müssen Sie die Cookies und den Cache in Ihrem normalen Browser löschen.

Clear cookies and cache in Google chrome

Wir haben eine detaillierte Anleitung, wie Sie Ihren Browser-Cache in allen gängigen Browsern leeren können, die Ihnen dabei helfen wird.

Wenn der Wechsel des Browsers das Problem jedoch nicht behebt, können Sie zum nächsten Schritt übergehen.

2. Deaktivieren Sie alle WordPress-Plugins

Die häufigste Ursache für WordPress-Weiterleitungsschleifen oder „ERR_TOO_MANY_REDIRECTS“ ist ein Plugin-Konflikt. Ein WordPress-Plugin, das versucht, eine Weiterleitung in einer Weise einzurichten, die mit den Standard-WordPress-Weiterleitungen in Konflikt steht, kann diese Fehlermeldung verursachen.

Um dies zu beheben, müssen Sie alle WordPress-Plugins auf Ihrer Website deaktivieren. Normalerweise können Sie einfach auf die Seite Plugins “ Alle Plugins im WordPress-Administrationsbereich gehen und Plugins von dort aus deaktivieren.

Deactivate all plugins

Wir gehen jedoch davon aus, dass Sie aufgrund des Redirect-Fehlers nicht auf den WordPress-Adminbereich zugreifen können.

In diesem Fall müssen Sie die WordPress-Plugins mit einem FTP-Client wie FileZilla oder der Dateimanager-App in Ihrem WordPress-Hosting-Kontrollpanel deaktivieren.

Verbinden Sie sich einfach mit einem FTP-Client mit Ihrer Website und gehen Sie zum Ordner /wp-content/.

Renaming the plugins folder using FTP

Dort finden Sie den Ordner “ plugins", den Sie in „plugins.deactivate“ umbenennen müssen.

Auf diese Weise werden alle WordPress-Plugins auf Ihrer Website deaktiviert.

Renamed plugins folder

Grundsätzlich sucht WordPress nach einem Ordner namens plugins, um die Plugin-Dateien zu laden. Wenn es den Ordner nicht findet, deaktiviert es automatisch die aktiven Plugins in der Datenbank.

Jetzt können Sie versuchen, Ihre WordPress-Website zu besuchen. Wenn Sie sich jetzt in Ihren WordPress-Administrationsbereich einloggen können, bedeutet dies, dass eines der Plugins den Fehler verursacht hat.

Um herauszufinden, welches Plugin der Übeltäter war, müssen Sie zurück zum FTP-Client oder zur Dateimanager-App wechseln und den Ordner plugins.deactivate wieder in „plugins“ umbenennen.

Wechseln Sie danach in den WordPress-Verwaltungsbereich Ihrer Website und gehen Sie auf die Seite Plugins “ Alle Plugins. Von hier aus können Sie Ihre Plugins eines nach dem anderen aktivieren und dann Ihre Website besuchen, um zu sehen, ob Sie den Fehler reproduzieren können.

Sobald Sie das Plugin gefunden haben, das den Fehler verursacht, können Sie eine Alternative zu diesem Plugin finden oder das Problem im WordPress-Supportforum des Plugins melden.

3. WordPress-URLs korrigieren

Eine weitere Hauptursache für diesen Fehler ist eine Fehlkonfiguration in den WordPress-URL-Einstellungen. Normalerweise können Sie diese Optionen auf der Seite Einstellungen “ Allgemein einsehen.

WordPress URL settings

Bei den meisten Websites müssen die URLs in den Feldern „WordPress-Adresse“ und „Website-Adresse“ identisch sein. Manche Benutzer verwenden jedoch in einer URL „www“ und in der anderen eine Nicht-WWW-URL.

Da Sie möglicherweise keinen Zugriff auf den WordPress-Verwaltungsbereich haben, müssen Sie die WordPress-URLs mit einem FTP-Client oder der Dateimanager-App korrigieren.

Verbinden Sie sich einfach mit einem FTP-Client mit Ihrer WordPress-Website und gehen Sie zu /wp-content/themes/ihr-theme-ordner/.

Edit functions.php file

Von hier aus müssen Sie die Datei functions.php finden und sie mit einem einfachen Texteditor wie Notepad oder TextEdit bearbeiten.

Als Nächstes müssen Sie den folgenden Code am Ende hinzufügen:

update_option( 'siteurl', 'https://example.com' );
update_option( 'home', 'https://example.com' );

Vergessen Sie nicht, „https://example.com“ durch die URLs Ihrer eigenen Website zu ersetzen. Sie können nun Ihre Änderungen speichern und die Datei wieder auf Ihre Website hochladen.

Versuchen Sie danach, Ihre Website zu besuchen, um zu sehen, ob der Fehler dadurch behoben wird.

Weitere Methoden finden Sie in unserem Tutorial, wie Sie WordPress-URLs einfach ändern können.

4. WordPress .htaccess-Datei zurücksetzen

Die .htaccess-Datei ist eine spezielle Datei, die vom Website-Server zur Verwaltung von Weiterleitungen und anderen Servereinstellungen verwendet wird. WordPress verwendet diese Datei auch für SEO-freundliche URLs und andere Weiterleitungen.

Manchmal können WordPress-Plugins Änderungen an der .htaccess-Datei Ihrer Website vornehmen, die diesen Fehler auslösen können. Es ist auch möglich, dass das Deaktivieren eines Plugins diese Änderungen nicht aus Ihrer .htaccess-Datei entfernt.

In diesem Fall müssen Sie Ihre WordPress-.htaccess-Datei manuell zurücksetzen.

Auch hier müssen Sie mit einem FTP-Client oder der Dateimanager-App in Ihrem Hosting-Dashboard auf Ihre Website zugreifen. Sobald Sie verbunden sind, sehen Sie die .htaccess-Datei im Stammverzeichnis Ihrer Website.

Editing .htaccess file via FTP

Hinweis: Wenn Sie Ihre .htaccess-Datei nicht finden können, lesen Sie unsere Anleitung, wie Sie die .htaccess-Datei in WordPress finden.

Zunächst müssen Sie eine Kopie Ihrer .htaccess-Datei auf Ihren Computer herunterladen, um sie zu sichern. Danach können Sie die Datei von Ihrer Website löschen.

Sie können nun versuchen, Ihr WordPress-Blog zu besuchen. Wenn alles normal funktioniert, bedeutet dies, dass Ihre .htaccess-Datei den Umleitungsfehler verursacht hat.

Da wir die .htaccess-Datei gelöscht haben, müssen Sie sie jetzt neu erstellen. Normalerweise kann Ihre WordPress-Website dies selbst tun. Um sicherzugehen, gehen Sie einfach auf die Seite Einstellungen “ Permalinks und klicken Sie auf die Schaltfläche „Änderungen speichern“ am unteren Rand.

Refresh permalinks to create .htaccess file

5. Fehlervermeidung bei zu vielen Weiterleitungen in WordPress

Hoffentlich haben die soeben beschriebenen Schritte das Problem der Weiterleitung auf Ihrer Website behoben. Wenn sie das Problem nicht behoben haben, müssen Sie möglicherweise mit Ihrem WordPress-Hosting-Unternehmen sprechen, um sicherzustellen, dass es kein Serverproblem gibt.

Sobald das Problem auf Ihrer Website behoben ist, sollten Sie auch in der Lage sein herauszufinden, was die Ursache ist.

Wenn es ein Plugin war, müssen Sie das Problem im Support-Forum des Plugins melden. Siehe unseren Leitfaden, wie Sie WordPress-Support anfordern. Wenn Sie jedoch keine Hilfe bekommen können, können Sie immer ein alternatives Plugin finden, das dasselbe tut.

Wenn der Fehler durch eine Fehlkonfiguration der WordPress-Site verursacht wurde, können Sie sich dies notieren und sicherstellen, dass Ihre Site-Einstellungen richtig eingerichtet sind.

Weitere Tipps finden Sie in unserer ausführlichen Anleitung zur Fehlerbehebung bei WordPress-Problemen, die Sie selbst durchführen können.

Wir hoffen, dass dieser Artikel Ihnen geholfen hat, das Problem „Fehler zu viele Weiterleitungen“ auf Ihrer Website zu beheben. Vielleicht möchten Sie auch ein Lesezeichen für unser ultimatives Handbuch der häufigsten WordPress-Fehler setzen und sich unsere Liste der besten WordPress-SEO-Plugins und -Tools ansehen.

Wenn Ihnen dieser Artikel gefallen hat, dann abonnieren Sie bitte unseren YouTube-Kanal für WordPress-Videotutorials. Sie können uns auch auf Twitter und Facebook finden.

Offenlegung: Unsere Inhalte werden von unseren Lesern unterstützt. Das bedeutet, dass wir möglicherweise eine Provision verdienen, wenn Sie auf einige unserer Links klicken. Mehr dazu erfahren Sie unter Wie WPBeginner finanziert wird , warum das wichtig ist und wie Sie uns unterstützen können. Hier finden Sie unseren redaktionellen Prozess .

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

Das ultimative WordPress Toolkit

Erhalte KOSTENLOSEN Zugang zu unserem Toolkit - eine Sammlung von WordPress-bezogenen Produkten und Ressourcen, die jeder Profi haben sollte!

Reader Interactions

303 KommentareEine Antwort hinterlassen

  1. Syed Balkhi says

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Gerjon says

    When plugins are the issue (a sort of site appears when the plugins folder in de-activated), chances are you’ve used an ‚under constructions‘ plugin when building the site on a temp location. de-activate this plugin first!

  3. Bene says

    Hi,
    I’ve followed to the letter this tutorial to move my site from my localhost to my production site. However I’m having issues with accessing the site.
    I’m all good to access the WP-admin dashboard however I cannot get to the website, for some reason it keeps redirecting me to my localhost.
    This is driving me nuts:
    – I’ve updated the wp_ptions both home and siteURL
    – I’ve placed the .htaccess as per the comment
    – I’ve searched my database and could not find anywhere else except on cross-page links localhost
    I really don’t know how this redirect to my localhost is taking place.
    Any hint?

  4. Nate Balcom says

    Thanks so much this worked like a champ. It took all of 2 minutes and I was able to get back into my admin. Much appreciated. I’m going to share the bajesus out of this.

  5. kiran dev says

    copy plugin folder from wp-content and place it somewhere else then just delete plugin folder from wp-content and reload your wp-admin.php url now it ask for wp login…enjoy but all plugins will deactive and copy plugin folder from where you saved it and paste inside wp-content…..
    now its normal ……

    thanks me later :)))

  6. Dan N says

    I’ve been trying to solve this issue. My site works fine and I’ve removed the plugins directory, but I can’t seem to get to my wp-admin page. Anything beyond wp-admin results in 404 and if I go to /wp-admin, it results in ‚too many redirects‘.

    Can’t seem to figure it out!!!!! Please help!!

    • WPBeginner Support says

      First try the section ‚Change Site URL Without Access to Admin Area‘ in the article above. Try adding www to your site URL. If it already has it, then try removing it. If this does not solve your problem, then try these steps.

      Connect to your website using FTP.

      In your site’s root folder, locate the .htaccess file and download it to your computer as backup.

      Edit the FTP file on your webserver and paste this code inside it.

      # BEGIN WordPress
      <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteBase /
      RewriteRule ^index\.php$ - [L]
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteRule . /index.php [L]
      </IfModule>
      # END WordPress
      

      Try accessing your website and admin area now.

      Admin

      • Dan N says

        OK so get this. I did all of the possible things from this site and others and absolutely none of it worked. Then I went to do a restore to a previous backup and it got worse. HTTP500s all around.

        After some troubleshooting, it turned out somehow Namecheap’s file permissions got mucked around with (not by me) and once that was fixed by the tech, everything came back up just fine.

        I guess you can’t really rule out SERVER ISSUES even if it isn’t being controlled by you.

  7. Intan says

    Help please, i added in script into the html body in wordpress.. then my website is not accessible. I have deleted the script but still cannot access my website.any advice?

  8. Jon says

    Is it possible that having the url setting you mentioned in your first solution could cause the cycle of redirects if they are set to https but a plugin is forcing all pages but one to http?

  9. Javier says

    Hi! Ijust upgraded WP on one of my sites to 4.4.1. After doing so, site loads fine, but when trying out wp-admin, I keep getting a:
    The page isn’t redirecting properly error.
    I tried to delete .htaccess but I don’t see it regenerated. I also tried to rename plugins folder with no luck.
    Permissions seem to be fine, and it is just wp-admin failing.

    Any clues you can share with me?

  10. Rantej says

    Just sharing solution that worked for me. I had tried everything including disabling plugins, changing themes, home & site url in phpmyadmin or wp-config etc. But in the end just deleted and uploaded the recent wp-admin and wp-includes folder. Everything is back to normal

  11. Sam says

    Had this issue. Added a new SSL certificate. Discovered it was a setting in WooCommerce under Checkout Settings. Had to uncheck the „Force HTTPS after checkout“ option. Instead, I used the Force https plugin.

  12. Donna says

    Just created a new page on my blog and am getting a redirect loop on it. Just on the one page. All of the other pages seem to work.

    Before it happened I click the buy button and since that it went to redirect. Baffled… but hate the idea of reloading all of the plugins. Hoping there is a shorter solution.

  13. Jamie says

    Just the information I was looking for! I changed my DNS then quickly changed back to the original DNS after some issues. Now, I get this error in Firefox and some other browsers. Is this something that my host has to fix?

  14. Sumon says

    hi thanks for nice post, still i am wonder how to solve my website loop error, i am facing problem on particular feed page that is showing error, pls reply to solve my problem

    • WPBeginner Support says

      It seems your feed is redirecting to an unauthorized URL. This could mean that your site is infected. Before you do anything else, first deactivate all your WordPress plugins and switch to a default WordPress theme like twenty sixteen. If this resolves your problem then it was an issue with one of your plugins or your WordPress theme. If this does not help, then try steps in our step by step guide fixing hacked WordPress site.

      Admin

  15. Uzair Hayat says

    I’m not sure what caused the error on my site upon launch.
    A few users started facing redirect errors including some on my team.
    I believe this was the work of some plugin, but i cant put my finger on it :/

    I was able to fix the problem by removing www from my urls.

  16. Adam says

    Thank you for this post. I have been trying to deal with my redirect problem for days. I have tried everything on this site, yet the problem persists. I even did a fresh install. And, while that helped googlebot being able to crawl my site and helped my sitemap not being redirected, I still have a redirect issue when I use the seobook header check tool.

    I even changed the permission to 755 on only the directories of wp_admin. The only thing I haven’t done is delete .htaccess because if something goes wrong there, then I would have to rebuild the site. And, I’ve been at this too long to rebuild it again to have the same problem.

    Is it a hosting issue? I’m with godaddy and the site is carauctiongurus.com . I definitely learned a lot about WordPress having this redirect issue. Can you help?

      • Adam says

        Thank you. I have done what you asked and the site is still reachable, however SEOBook and MXToolbox still show and infinte redirect loop. Should I give it some time first? Thanks again.

  17. Nikhil says

    Thanks for all…

    After research of two days and try everything in that blog….

    Finally I found

    0750 replace 0755

    Done…..

    The Best Blog I Ever seen for WordPress Solution….

    All Solution at One Place….

    Keep Posting……

    • Strahinja Krstić says

      Hey NIKHIL,

      Thanks for your comment. Just one question:

      You said „0750 replace 0755“. Do that numbers mean file permissions for FTP folders?

  18. Craig says

    First I want to thank you for your article.

    Some of this worked, all of it help me troubleshoot.
    If you have Woo-commerce installed into your blog for a store add-on there are additional settings added to your Permalink Settings; Common Settings and Product permalink base.

    The Common Settings are for the articles and must be set to any setting other than default or Custom Structure. This will stop the error.
    You helped me, I hope this helps another.

    C-

  19. Taufiq says

    Thank you for the tip. It worked! I messed up the WP settings when I changed the site address URL and WP address URL from teasan.com.au to teasan.com.au/organic-matcha ….. the website then went to a redirect loop! Couldnt even log in.

    Downloaded FileZilla and added

    define(‚WP_HOME‘,’http://example.com‘);
    define(‚WP_SITEURL‘,’http://example.com‘);

    as suggested and it worked!! Thank you so much.

    However, now the URLs on the settings are pretty much locked. But its ok, I dont think I will ever change it again!

  20. Caroline says

    I found that mine was caused by a missing trailing slash „/“ at the end of my upload_url_path in the wp_options database table…

  21. Presto says

    After looking at several highly technical and complicated to no result, your post did the trick. To me, it was the plugin I chose to include during the WP installation.

    Thanks a lot!

  22. Jose says

    My website was doing good, but I installed woocommerce plugin on my site and now my website has this error message, so like I read it is good to contact my host?

  23. megan says

    if we change mysql username and password
    in cpanel or … and if we don’t edit wp-cofing.php file this error follow us

  24. Josh says

    I tried this solution and it completely complicated things even more, making the issues much worse. Be careful, always seek out the help of a professional developer before playing around with areas like this in your website.

  25. David says

    Great post. I also had the issue of the redirects and here is one solution that I came across just recently. I had deactivated the plugins and had the url in the proper locations. What happened is that I transferred the site over to another host. The issue that I came across was the php.ini file that was causing the issue. Some servers will let you put in a custom .ini file while others do not. I deleted the .ini file since it was not needed in the new server since I set the php files to be all the same for multiple accounts. Once I did that, I was able to log in the site as usual.

    • sandeep says

      David,

      Could you please elaborate on how you resolved the issue. I am facing the same probelm, we moved the site to a new host and new domain name. The urls are proper and there are no plugins. we have multiple sites hosted. If multisite is set to false, login page works fine,but cant see any sites in the dashboard. If multisite is set to true, getting too many redirects issue. The url is being pointed to new-domain-name/wp-signup.php?new=new-domain-name

      if I could fix this too many redirects issue, I should be able to view my sites in dashboard (also I have do search/replace in wordpress database (interconnectit script)

      „Some servers will let you put in a custom .ini file while others do not. I deleted the .ini file since it was not needed in the new server since I set the php files to be all the same for multiple accounts.“

      Did you delete the php.ini file in /etc/php5/apache2/php.ini ?

      Looking for urgent help. Thanks in advance !!

  26. Odinekachukwu Ishicheli says

    I can’t thank you enough for this. M site has been giving me the „redirect error“ since February and even after deactivating all plugins still had the same issue, until I looked for my .htaccess file from my cPanel and delete.

    Thank you so much for the help, I am stuck now to your site learning all the little tips and tricks after running away from my software engineering classes.

  27. emile says

    hi there,

    i tried all of the above and it still won’t work.

    define(‚WP_HOME‘,’http://example.com‘);
    define(‚WP_SITEURL‘,’http://example.com‘);

    with and without the www.

    i tried deleting the .htaccess and deactivating all the plugins and ‚This webpage has a redirect loop‘

    ‚ERR_TOO_MANY_REDIRECTS‘ is still showing.

    can someone help me?

    thanks

  28. Ernest says

    Hi
    Just wanted to thank you for this. I’ve been struggling with a specific plugin and your recommendations help me fix it.

    I haven’t found a solution for the layman anywhere else.

    Thanks.

  29. Ashish Makwana says

    Hi every body,

    i also have same problem but solution is here:

    1)
    Ref :https://www.wpbeginner.com/wp-tutorials/how-to-fix-error-too-many-redirects-issue-in-wordpress/
    Open wp-config.php and add these two lines
    define(‘WP_HOME’,’http://yourdomain.com’);
    define(‘WP_SITEURL’,’http://yourdomain.com’);
    /*also add below */
    /*Ref :https://tommcfarlin.com/resolving-the-wordpress-multisite-redirect-loop/*/
    define(‚ADMIN_COOKIE_PATH‘, ‚/‘);
    define(‚COOKIE_DOMAIN‘, “);
    define(‚COOKIEPATH‘, “);
    define(‚SITECOOKIEPATH‘, “);

    /*and in last if you have apply code for canonical url into ,htacces then comment it means disabled it but not remove */
    take backup first .htaccess file then do above change.

    Enjoy your day!!!!!!!!!

  30. Andre says

    OMG! I simply have no words to thank you. I’m about 10 hours trying to fix this issue to install wordpress and I’ve read a thousand blogs and couldn’t fix it.
    Editing config.php with those two first lines solved the problem.
    Thank you very much.
    Succes for you!

  31. WPBeginner Staff says

    No they do not. People usually assume that applying permissions recursively on directories should also affect files inside directory. This is not correct. You can have different permissions for directories and different permissions for files inside the directory.

  32. robrecord says

    Well, I am totally flummoxed. I have one site in a multisite install that only does this SOMETIMES. For example, Earlier today the site was fine and I was loading it up on multiple browsers and multiple machines. I have not touched the config or anything on the backend, and now it’s ‚too many redirects‘. This has been going on for weeks. Really need this to be fixed!

    I’ve verified permissions. I’ve verified & reset permalinks settings. I’ve removed cookies. I’ve verified & reverified domain mapping settings. Checked home & site URLs. Checked SEO settings. Reset nginx page cache and WC3 object cache. Disabled browser cache. Disabled all WP plugins.

    It’s only saying ‚too many redirects‘ for the home page; I can log in to admin and view other pages.

    I appreciate all help so far… Does anyone have any further suggestions please?

    • Paul Vincent says

      Hi, did you ever find a solution to your issue with the occasional too many redirects issue? I’m experiencing the same problem – it occurs once or twice a day for anonymous users, but anyone signed in is fine, which makes me assume it’s a cache problem, but so far nothing has fixed the issue…

      Thanks,
      Paul

  33. uhhm.net says

    just fyi, anyone trying to solve this issue where other conventional suggestions do not work…

    make sure your owner/group permissions are correct.

    ie, if you manually uploaded wp-admin & wp-includes via your root login, you will need to change folder/file ownership and group to whichever account your wordpress installation is on.

    to change ownership/group from shell:

    chown -R ownername:groupname foldername

    ie:

    chown -R wpaccount:wpaccount wp-admin
    chown -R wpaccount:wpaccount wp-includes

    this applies to cPanel, Linux, Unix installations etc.

  34. WPBeginner Staff says

    First create a backup of your website download all your files and backup your database using phpMyAdmin.

    After that delete your .htaccess file

    Open wp-config.php and add these two lines

    define(‚WP_HOME‘,’http://example.com‘);
    define(‚WP_SITEURL‘,’http://example.com‘);

    Replace example.com with your own domain name.

    If you are not seeing error too many redirects issue but seeing white screen. Then try these steps:

    https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-death/

    If this doesn’t help then select your wp-admin folder in FTP client and change file permission to 755. Make sure you check to apply the permissions recursively and apply it to all the directories inside wp-admin. Do not set it for all files resursively, just the directories.

    • robrecord says

      „Make sure you check to apply the permissions recursively and apply it to all the directories inside wp-admin. Do not set it for all files resursively, just the directories.“

      These sentences appear to contradict each other.

  35. Pamela says

    Thanks for the information. Based upon what you said, I thought I may have a conflict with an SEO plug-in that I recently installed, but my redirect problem was with one new post. In the settings for the plug-in, I saw that „create autogenerated description“ was checked. Since I am writing my own descriptions, I unchecked that (thinking that it may create a conflict). But that didn’t change anything.

    Elsewhere, I read that the redirect error could be caused by changing the post title when the permalink is set to post title. Since I have a new assistant helping me with the blog, I thought maybe this had happened.

    Before unplugging all of the plug-ins, I created a new post, pasted the text from the post with the redirect error, deleted error-prone post, and published the new post. Now it works!

  36. Jason George says

    Thanks for your information. I have also read that this can be caused by a file permissions issue on wordpress folders. The article mentioned verifying that the permissions are set to 644 on all of your wp-admin folders and files. Hope this helps someone out.

  37. Evelyn Guzman says

    I’m glad you’re doing this and you’re doing a great job. I also feel great to be following you because I have 2 big problems with WordPress so I am watching for these. One is on getting a lot of spams and I have Akismet on. Perhaps the problem is that in the comment box, WordPress puts down by default my user name and the clickable word logout instead of getting prospective commenters to login.

Eine Antwort hinterlassen

Danke, dass du einen Kommentar hinterlassen möchtest. Bitte beachte, dass alle Kommentare nach unseren kommentarpolitik moderiert werden und deine E-Mail-Adresse NICHT veröffentlicht wird. Bitte verwende KEINE Schlüsselwörter im Namensfeld. Lass uns ein persönliches und sinnvolles Gespräch führen.