WPBeginner

Beginner's Guide for WordPress

  • Blog
    • Beginners Guide
    • News
    • Opinion
    • Showcase
    • Themes
    • Tutorials
    • WordPress Plugins
  • Start Here
    • How to Start a Blog
    • Create a Website
    • Start an Online Store
    • Best Website Builder
    • Email Marketing
    • WordPress Hosting
    • Business Name Ideas
  • Deals
    • Bluehost Coupon
    • SiteGround Coupon
    • WP Engine Coupon
    • HostGator Coupon
    • Domain.com Coupon
    • Constant Contact
    • View All Deals »
  • Glossary
  • Videos
  • Products
X
☰
Beginner's Guide for WordPress / Start your WordPress Blog in minutes
Choosing the Best
WordPress Hosting
How to Easily
Install WordPress
Recommended
WordPress Plugins
View all Guides

WPBeginner» Blog» Tutorials» How to Fix Error Too Many Redirects Issue in WordPress

How to Fix Error Too Many Redirects Issue in WordPress

Last updated on April 2nd, 2021 by Editorial Staff
206 Shares
Share
Tweet
Share
Pin
Free WordPress Video Tutorials on YouTube by WPBeginner
How to Fix Error Too Many Redirects Issue in WordPress

Are you trying to fix the ‘Error Too Many Redirects’ issue on your WordPress website?

It is a common WordPress error that may be caused by a plugin or incorrect settings. However, it leaves users locked out of their WordPress websites which makes it particularly troublesome.

In this article, we’ll show you how to easily fix the ‘Error too many redirects’ issue in WordPress. We will also cover how to regain access to your website and troubleshoot the error.

Fixing too many redirects error in WordPress

What Causes The Error Too Many Redirects Issue in WordPress?

The ‘Error too many redirects’ is caused by a misconfigured redirection issue in WordPress.

As you know that WordPress uses an SEO-friendly URL structure feature that uses the redirect function.

Similarly, many popular WordPress plugins use this feature to set up temporary redirects, permanent 301 redirects, and for fixing the 404 errors.

If you are using a plugin to fix the SSL insecure content issue or a WordPress caching plugin, then they may also affect redirects and cause this error.

Error Too Many Redirects in Google Chrome

However, this error doesn’t tell you what’s causing the conflict and forcing the redirect loop in WordPress.

This is how the error looks in Firefox with the message ‘The page isn’t redirecting properly’.

Too many redirects error in Firefox

That being said, let’s take a look at how to fix the error too many redirects issue in WordPress.

We will walk you through step-by-step troubleshooting, getting access to your WordPress site, and fixing the error from reoccurring.

1. Clear Browser Cookies and Cache

A common cause of the error could be your web browser cookies. Try accessing your website using a different web browser like Firefox, Safari, Opera, Microsoft Edge, etc.

If you are able to access your website normally using a different browser, then you need to clear browser cookies and cache on your regular browser.

Clear cookies and cache in Google chrome

We have a detailed guide on how to clear browser cache in all major browsers that will help you do that.

On the other hand, if changing the browser doesn’t fix the issue then you can move on to the next step.

2. Deactivate All WordPress Plugins

The most common cause of the WordPress redirect loops or ‘Too many redirects’ issue is a plugin conflict. A plugin trying to set up a redirect in a way that conflicts with default WordPress redirects would end up causing this error.

To fix this, you need to deactivate all WordPress plugins on your website. Now, normally you can just go to Plugins » All Plugins page inside the WordPress admin area and deactivate plugins from there.

Deactivate all plugins

However, we are assuming that due to the redirect error you may not be able to access the WordPress admin area.

In that case, you will need to deactivate WordPress plugins using an FTP client, or the File Manager app in your WordPress hosting control panel.

Simply connect to your website using an FTP client and go to the /wp-content/ folder.

Renaming the plugins folder using FTP

There you’ll find the plugins folder, which you need to rename to ‘plugins.deactivate’ which will deactivate WordPress plugins.

Renamed plugins folder

Basically, WordPress looks for a folder called plugins to load the plugin files. When it does not find the folder, it automatically disables the active plugins in the database.

Now you can try visiting your WordPress website. If you are able to login to your WordPress admin area now, then this means one of the plugins was causing the error.

To figure out which plugin was the culprit, you need to switch back to the FTP client or File Manager app and rename your plugins.deactivate folder back to ‘plugins’.

After that, switch to the WordPress admin area of your website and go to the Plugins » All Plugins page. From here, you can activate your plugins one by one, and then visit your website to see if you can reproduce the error.

Once you find the plugin that is causing the error, you can find an alternative to that plugin or report the issue to the plugin’s support forum.

2. Fix WordPress URLs

Another major cause of this error is a misconfiguration in WordPress URL settings. Normally, you can view these options under Settings » General page.

WordPress URL settings

For most websites, the URLs in the WordPress Address and Site Address field have to be the same. However, some users may end up using www in one URL and non-www URL in the other.

Since you may not have access to the WordPress admin area, you may need to fix the WordPress URLs using an FTP client or the File Manager app.

Simply connect to your WordPress site using an FTP client and go to /wp-content/themes/your-theme-folder/.

Edit functions.php file

From here you need to locate the functions.php file and edit it using a plain text editor like Notepad or TextEdit.

Next, you need to add the following code at the bottom:

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

Don’t forget to replace https://example.com with your own site URLs. You can now save your changes and upload the file back to your website.

After that, you can try visiting your website to see if this resolves the error.

For more methods, see our tutorial on how to easily change WordPress URLs.

3. Reset WordPress .htaccess File

The .htaccess file is a special file that is used by website server to manage redirects and other server settings. WordPress also uses this file for SEO friendly URLs and other redirects.

Sometimes WordPress plugins may make changes to your website’s .htaccess file which may trigger this error. It is also possible that dectivating a plugin will not remove those changes form your .htaccess file.

In that case, you’ll need to manually reset your WordPress .htaccess file.

Again, you will need to access your website using an FTP client or the File Manager app in your hosting dashboard. Once connected, you’ll see the .htaccess file in the root folder of your website.

Editing .htaccess file via FTP

Note: If you cannot find your .htaccess file, then see our guide on how to find .htaccess file in WordPress.

First, you need to download a copy of your .htaccess file to your computer as a backup.

After that, you can go ahead and delete the file from your website. You can now try visiting your WordPress blog, and if everything works normal, then this means your .htaccess file was causing the redirect error.

Now, since we deleted the .htaccess file you need to recreate it. Normally, your WordPress website can do it on its own but to make sure you can go to Settings » Permalinks page and click on the ‘Save changes’ button at the bottom.

Refresh permalinks to create .htaccess file

4. Preventing Error Too Many Redirects in WordPress

Hopefully, the above mentioned steps would have fixed the redirect issue on your website. If they did not fix the issue, then you may need to talk to your WordPress hosting company to make sure that it is not due to a server issue.

Once they fix the issue on your site, you should also figure out what caused the issue.

If it was a plugin, then you need to report the issue to plugin’s support forum. See our guide on how to ask for WordPress support. However, if you are unable to get help then you can always find an alternative plugin that does the same thing.

If the error was caused by a WordPress site misconfiguration, then you can make a note of it and ensure that your site settings are properly set up.

For more tips, see our detailed tutorial on how to troubleshoot WordPress issues on your own like a total WordPress pro.

We hope this article helped you resolve the error too many redirects issue on your website. You may also want to bookmark our ultimate handbook of common WordPress errors and how to fix them.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

206 Shares
Share
Tweet
Share
Pin
Popular on WPBeginner Right Now!
  • How to Properly Move Your Blog from WordPress.com to WordPress.org

  • Google Analytics in WordPress

    How to Install Google Analytics in WordPress for Beginners

  • How to Start Your Own Podcast (Step by Step)

    How to Start Your Own Podcast (Step by Step)

  • How to Fix the Error Establishing a Database Connection in WordPress

    How to Fix the Error Establishing a Database Connection in WordPress

About the Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi. Trusted by over 1.3 million readers worldwide.

The Ultimate WordPress Toolkit

279 Comments

Leave a Reply
  1. Mark Lidster says:
    Mar 18, 2021 at 1:23 pm

    Man, you just saved me a whole heap of time as I’d created a url redirect from within the admin panel then couldn’t obviously get back in. Thought I was going to have to restore an old backup and lose all my work, but your simple addition to the config file via ftp saved all of that. Thank you so much :)

    Reply
    • WPBeginner Support says:
      Mar 19, 2021 at 9:59 am

      Glad our guide was helpful :)

      Reply
  2. Stephen says:
    Nov 11, 2020 at 3:45 am

    Hi,

    I tried to add the www. in general settings in wordpress as you suggested, only now i cannot acces my wordpress domain anymore… it says it does not recognize my login username and/or password, any suggestions?

    Reply
    • WPBeginner Support says:
      Nov 11, 2020 at 10:26 am

      You can check your username and password using our guide below:

      https://www.wpbeginner.com/beginners-guide/how-to-change-your-password-in-wordpress/

      Reply
  3. Solomon says:
    Nov 4, 2020 at 3:33 am

    Good day,
    I have tried all these and nothing seems to be working.

    Reply
    • WPBeginner Support says:
      Nov 4, 2020 at 10:28 am

      If none of these recommendations are working for you, we would recommend reaching out to your hosting provider for assistance

      Reply
  4. Jay Wulf says:
    Nov 3, 2020 at 7:40 pm

    Hi, I was struggling with this issue for a while and it took me a great degree of research to actually find the solution.

    If you are experiencing “Too many redirects” problem with WordPress

    In my situation, the new website was behind a reverse proxy (NGINX).

    You need to add this to the fix list above.

    Modify wp-config.php add the text

    /**
    * Handle SSL reverse proxy
    */
    if ($_SERVER[‘HTTP_X_FORWARDED_PROTO’] == ‘https’)
    $_SERVER[‘HTTPS’]=’on’;

    if (isset($_SERVER[‘HTTP_X_FORWARDED_HOST’])) {
    $_SERVER[‘HTTP_HOST’] = $_SERVER[‘HTTP_X_FORWARDED_HOST’];}

    Reply
    • WPBeginner Support says:
      Nov 4, 2020 at 10:24 am

      Thank you for sharing for those on NGINX servers

      Reply
    • Antoine says:
      Feb 16, 2021 at 2:13 pm

      It solved my problem!
      I was on HTTPS behind an nginx proxy and I had a redirect loop. Editing the wp-config did the trick!

      Reply
  5. Dhruv says:
    Aug 30, 2020 at 3:39 am

    Hello, my problem is not getting solved. My homepage is working fine but the wp-admin has this redirect problem

    Reply
    • WPBeginner Support says:
      Sep 1, 2020 at 10:17 am

      You would want to go through some of our recommendations in our article below:
      https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/

      To help find the issue

      Reply
  6. Jack Mwangi says:
    Aug 15, 2020 at 6:18 am

    I cannot be able to express my gratitude but I realy thank you very much for your assistance. The last method really worked for me.. Thanks a lot again.

    Reply
    • WPBeginner Support says:
      Aug 17, 2020 at 2:55 pm

      You’re welcome, glad our guide was helpful :)

      Reply
  7. Jim Biancolo says:
    Aug 11, 2020 at 11:08 am

    There’s a fix in the WP is_ssl() docs that worked for me

    Reply
  8. Mohammed Alshami says:
    Aug 10, 2020 at 12:27 pm

    at my site i did all the mentioned steps and i still don’t get any thing i don’t know how to fix it anyone can help ?

    Reply
    • WPBeginner Support says:
      Aug 11, 2020 at 10:13 am

      If none of our recommendations were able to assist, we would recommend reaching out to your hosting provider for them to take a look.

      Reply
  9. Jasmin Jai says:
    Jul 28, 2020 at 1:10 pm

    Wonderful content and very informative! It took awhile but we were able to fix our WordPress issue online on our website because of your helpful article here! Thanks again.

    Reply
    • WPBeginner Support says:
      Jul 29, 2020 at 10:45 am

      Glad our guide was helpful :)

      Reply
  10. Jim Biancolo says:
    Jul 17, 2020 at 2:59 pm

    I was tearing my hair out over this and found another thing to check. If you’re behind a load balancer this can cause the WordPress is_ssl() function to return incorrect values, which can put you into a redirect loop as it tries to redirect to a secure URL even though you’re already at a secure URL.

    Reply
    • Mohammed Alshami says:
      Aug 10, 2020 at 12:28 pm

      how did you fix it ?

      Reply
  11. Aylin says:
    Jun 20, 2020 at 5:03 pm

    Hello. I have tried every recommendation that you have given: plugin, htaccess, wp-config.php but none of them works for me. Please help!!! Thanks

    Reply
    • WPBeginner Support says:
      Jun 23, 2020 at 8:33 am

      If none of these recommendations were able to help you, then we would recommend reaching out to your hosting provider for them to take a look

      Reply
  12. Reginald says:
    May 15, 2020 at 6:51 am

    Thank you for this article. Very informative and the way you explained things was so helpful.

    I understand the issue when it is happening over the entire website. My problem is that one category of pages (registration pages for my memberships) is being affected by this issue. Any idea why the error would be specific to a category?

    Every other page on my site is working.

    Reply
    • WPBeginner Support says:
      May 15, 2020 at 9:13 am

      You would first want to go through the steps in this article. If it still continues you would want to ensure you don’t have any plugins possibly creating redirects.

      Reply
  13. Joseph says:
    May 12, 2020 at 9:27 am

    Hi, Please what should i do?
    i followed the steps involved in removing the /wp in my siteurl. then immediately i altered the wordpress and siteurl and saved changes, i have been unable to login into the wp-admin. the following is the error message i received.

    “The document has moved here.

    Additionally, a 302 Found error was encountered while trying to use an ErrorDocument to handle the request.”

    thank you

    Reply
    • WPBeginner Support says:
      May 12, 2020 at 11:46 am

      It would depend on which of the methods you used from our article below for removing WordPress from your URL:
      https://www.wpbeginner.com/wp-tutorials/how-to-get-rid-of-wordpress-from-your-wordpress-site-url/

      Reply
  14. Solomon Daniels says:
    Apr 24, 2020 at 7:37 pm

    Hi! I cloned my site to a new URL using GoDaddy’s Installatron feature, and now when I try to access the cloned site using the new URL, it says ‘too many redirects.’ This means I can’t even access the WordPress back end. Is there a way to try disabling plugins without that access? Do I just temporarily move them to a new folder? Or do you have any suggestions?

    Reply
    • WPBeginner Support says:
      Apr 28, 2020 at 11:42 am

      We have a guide for how to disable plugins that you can follow here:
      https://www.wpbeginner.com/plugins/how-to-deactivate-all-plugins-when-not-able-to-access-wp-admin/

      Reply
  15. Oksana says:
    Apr 21, 2020 at 8:45 pm

    May God bless you, the author of this article!!!!

    Reply
    • WPBeginner Support says:
      Apr 22, 2020 at 11:15 am

      Glad our article was helpful :)

      Reply
  16. U.A says:
    Apr 13, 2020 at 9:19 am

    Thanks a lot, solved a big issue for me here!

    Reply
    • WPBeginner Support says:
      Apr 14, 2020 at 12:49 pm

      You’re welcome, glad our article was helpful :)

      Reply
  17. ABDUL says:
    Feb 7, 2020 at 11:29 am

    That’s Why I Love wpbeginner, only one minute to solve. Thanx Syed balkhi sir And Team.

    Reply
    • WPBeginner Support says:
      Feb 10, 2020 at 8:55 am

      Glad our guide was able to help you :)

      Reply
  18. Gofar ahmad says:
    Jan 12, 2020 at 11:04 am

    Thanks for all. I love wpbeginner. the best content.

    Reply
    • WPBeginner Support says:
      Jan 13, 2020 at 11:34 am

      You’re welcome, glad you like our content :)

      Reply
  19. Mal says:
    Oct 29, 2019 at 8:34 am

    How did you know my service provider wouldnt take any blame….its like you new there feed back exactly
    Thanks for saving the day

    Reply
    • WPBeginner Support says:
      Oct 29, 2019 at 10:08 am

      You’re welcome, glad our article could help you solve the issue :)

      Reply
  20. Ben Jamir says:
    Oct 10, 2019 at 1:33 am

    Beautiful…so nicely explained..this solved my problem
    Thank you for such a detailed post.

    Reply
    • WPBeginner Support says:
      Oct 10, 2019 at 10:17 am

      You’re welcome, glad you found our post helpful :)

      Reply
  21. Daniel Cervantes says:
    Sep 4, 2019 at 4:39 am

    Well, our website was working just fine then all of a sudden our site went down,
    I did all the steps above.
    what else can we do?

    Reply
    • WPBeginner Support says:
      Sep 4, 2019 at 10:29 am

      If the methods in this article aren’t working and you’re seeing the too many redirects error, you would want to reach out to your hosting provider to ensure this isn’t an error from their end.

      Reply
  22. Teja T. Diay says:
    Aug 18, 2019 at 7:36 pm

    I tried with deleting the www. and now I can’t even log in in to the wp-admin anymore, I just get a page with info saying that my page is not working due to too many redirects.
    How can I fix this, I need to continue developing my website.
    “This page isn’t working redirected you too many times.
    Try clearing your cookies.
    ERR_TOO_MANY_REDIRECTS”

    Reply
    • WPBeginner Support says:
      Aug 19, 2019 at 11:34 am

      You would want to bring back the www to your site, to do that you would edit the options table similar to our guide here:
      https://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/
      Once you do, for removing www you can follow our guide here:
      https://www.wpbeginner.com/beginners-guide/www-vs-non-www-which-is-better-for-wordpress-seo/

      Reply
  23. Randy King says:
    Aug 4, 2019 at 10:27 am

    Here is a totally bizarre solution. The infinite login loop just started happening with no change in plugins, etc. I did everything – changed my theme, replaced the .htaccess file, etc. Here’s what I finally ended up doing that seems to have fixed everything: I rebooted my laptop and waited for several hours (in case it was a hosting problem). When I came back in, it all worked.

    I tried clearing browser cache and did everything I could find, but nothing worked. I suspect there was something wacky going on that a reboot cleared up for me. And this is not the first time that this happened. Totally bizarre.

    Reply
    • WPBeginner Support says:
      Aug 5, 2019 at 11:43 am

      That is an odd solution but thanks for sharing it, you may want to check with your hosting provider to see if they see the error as well if it continues.

      Reply
  24. SG says:
    Aug 1, 2019 at 1:38 am

    I’m facing a problem with my multisite network. Its created in local host. Everytime I try to access the new site it shows an error saying “The page isn’t redirecting properly”. If you can help that’d be great! Thanks

    Reply
    • WPBeginner Support says:
      Aug 1, 2019 at 9:41 am

      You would want to start with the steps in this article to see if that resolves the issue

      Reply
  25. nasirey says:
    Jul 10, 2019 at 6:06 am

    i have problem for accessing my wordpress dashboard, when i try to access my wp- admin area it shows me your password is incorrect although my password is correct so if any one can help that kind of problem reply me. thanks.

    Reply
    • WPBeginner Support says:
      Jul 10, 2019 at 10:47 am

      You could try force resetting your password using: https://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/

      Reply
  26. aleecode says:
    Jul 1, 2019 at 7:20 pm

    awesome, it works. thanks

    Reply
    • WPBeginner Support says:
      Jul 2, 2019 at 11:43 am

      Glad our recommendation could help :)

      Reply
  27. Lisa says:
    Jun 4, 2019 at 5:46 pm

    Thanks for the article. I was able to fix my “too many redirects” problem by changing the http to https. :)

    Reply
    • WPBeginner Support says:
      Jun 5, 2019 at 10:16 am

      Thanks for sharing the solution that worked for you :)

      Reply
  28. David Najman says:
    Apr 29, 2019 at 5:39 pm

    Hi,
    I had this error on the product tag page. I tried all the possible repairs mantioned above with no luck.
    Finally, I had to rename slug for tags not to be numbers, eg. 2016, so I renamed it to r2016 and it started to work!
    It must have been caused by some wordpress update, because it have been working few years before with tags named as numbers.

    Reply
    • WPBeginner Support says:
      Apr 30, 2019 at 10:16 am

      Thanks for sharing what worked for you, if your product page is created by a plugin you may want to try reaching out to the plugin’s support to let them know about that issue

      Reply
  29. Yavan Kumar says:
    Apr 25, 2019 at 6:25 am

    Hi,

    My whole website is running properly, but the homepage is redirected too many times and same issue with the wp-admin page too. I tried all the methods you mentioned but nothing worked for me.

    Please advice me if there is any another solution for that.

    Thanks in advance…

    Reply
    • WPBeginner Support says:
      Apr 25, 2019 at 10:42 am

      If none of the methods from the article worked, you would want to reach out to your hosting provider for them to see if there are any issues they can see on their end.

      Reply
  30. John Zoetebier says:
    Apr 25, 2019 at 6:15 am

    My web site is a Bitnami WordPress deployment on Google Cloud Platform.

    When I use:
    define(‘WP_SITEURL’, ‘http:/example.cloud’);

    the home page gets redirected to itself and browsers error message.
    I now use the original Bitnami setting and it works great !
    define(‘WP_SITEURL’, ‘http://’ . $_SERVER[‘HTTP_HOST’] . ‘/’);

    Reply
    • WPBeginner Support says:
      Apr 25, 2019 at 10:43 am

      You are missing a slash next to your http in the first define statement but thank you for sharing your workaround.

      Reply
  31. Chad says:
    Mar 29, 2019 at 12:20 pm

    I had to desactivate a plugin and it worked back fine. I identified the plugin to desactivate by looking into my URL where I was getting a redirect error. The plugin name was written there.

    Reply
    • WPBeginner Support says:
      Apr 1, 2019 at 11:19 am

      Thanks for sharing how you found the error for others trying to solve this problem :)

      Reply
  32. Nirav Patel says:
    Jan 28, 2019 at 6:14 am

    Thanks you bro for information of wp error

    Reply
    • WPBeginner Support says:
      Jan 28, 2019 at 3:06 pm

      Glad our article could help :)

      Reply
  33. irga says:
    Dec 30, 2018 at 1:47 am

    yeah, you know,,, i searching for it,,,,, and then mys wordpress site working again, thanksfull

    Reply
  34. Rahul says:
    Nov 13, 2018 at 11:10 pm

    Thans buddy , really helps

    Reply
  35. Josh says:
    Oct 4, 2018 at 12:27 am

    I’ve tried all the steps here with no luck today. Luckily my website is functioning ok but I can’t log into the wp-admin dashboard for anything.

    What are the other options? There must be other ways I can figure out what’s causing it?

    Reply
    • Deby says:
      Dec 30, 2018 at 2:55 pm

      I’m having the same. My site works fine for visitors, but I only get the redirect error for the backend, my WP dashboard.
      It’s a new site and I don’t even have any plugins installed yet. I’m stumped.

      Reply
  36. Bryant Thomas says:
    Sep 24, 2018 at 1:53 pm

    Holy Cow That worked, I’ve done many websites migrations and never ran into this issue. Thank you the define(‘WP_HOME’,’http://example.com’);
    define(‘WP_SITEURL’,’http://example.com’); worked with the www.

    Reply
  37. Rutvi Trivedi says:
    Sep 18, 2018 at 6:56 am

    Hi, My problem is when I go to my site’s dashboard(/wp-admin) it is giving me this error I tried this solution and unfortunately it is not working. Please help me to solve this error.

    Reply
  38. Shakeane says:
    Sep 17, 2018 at 5:47 am

    I just want to say thank you so much for sharing this knowledge, you wouldn’t understand how much this has helped me, something as minor is adding www or leaving the forward slash at the end has caused so many headaches, thank you so much.

    Reply
  39. Marc says:
    Jul 20, 2018 at 9:47 am

    Awesome! Only took 5 minutes and fixed!!!

    Reply
  40. hassan says:
    May 30, 2018 at 5:40 pm

    dear sir,
    i have huge data on my website i change my address directly from http://www.example.com to example.com i remove www from wp-confiq and phpmyadmin without doing the above procedure, now i update all the plugin and theme everything is fine but my theme setting is not editing when i am going to change setting of my theme the changes reverting …please help how to solve this problem i will be thankful to you
    i am trying to solve this problem from three days but fail
    please help

    Reply
  41. Sachin says:
    May 23, 2018 at 9:52 am

    Hi, my website is running without any error but i have this issue in backend when i open appearance>customize tab. I am unable to customize my website from backend. How can i solve it?

    Reply
  42. Adrian Daniels says:
    May 23, 2018 at 8:14 am

    Wow, this actually worked, thanks!!

    Reply
  43. Toheeb says:
    Apr 6, 2018 at 10:52 pm

    Hi!

    Thank you for your post…

    I was able to solve mine changing the WP_SITEURL and WP_HOME to lowercase letters. I capitalized each word formerly for readability and as it turned out, it redirects post paginated pages.

    Everything seems fine now. Thank You

    Reply
    • Laurena says:
      May 10, 2018 at 1:37 pm

      Hey, this was my problem! Thanks for your comment here.

      Reply
    • scott says:
      Aug 3, 2018 at 10:31 pm

      This was my problem as well.

      Reply
    • Karla says:
      Aug 18, 2018 at 6:30 am

      This was my problem too! Thanks for your comment! I tried everything in the video but nothing worked.

      Reply
  44. Rudy Reteig says:
    Apr 2, 2018 at 6:48 pm

    I made a redirect in ADDOn Domain to rid my site of a tail, “/blog”, behind my URL, appeared when launched the site. This was in my opinion automatically done, as I have two sites on the same PUBLIC_html directory. probably to avoid conflict of files with the same name of the two sites

    Reply
  45. Robin says:
    Mar 22, 2018 at 12:37 pm

    None of these fixes worked for me. In the end it turns out I had setup a custom page rule in CloudFlare a long time ago to treat the wordpress dashboard different to the rest of the site. It had “SSL – Flexible” set which causes the error. I just set the rule to “Full” and it works fine again.

    Reply
    • Ada says:
      May 22, 2018 at 11:15 am

      This was the fix for me. Thank you so much!

      Reply
    • Damien says:
      May 30, 2018 at 4:55 pm

      Oh God! Thank you so much :)

      Reply
    • Daniel says:
      Jun 10, 2018 at 3:16 pm

      Thanks a lot for this fix, after like 5 hours on this error, finally solved the issue. I spend more time on fixing errors than building website with wordpress. I’m tired

      Reply
    • Simon says:
      Sep 11, 2018 at 3:41 pm

      Thanks bro. Hours of checking .htaccess etc and its just a simple cloudflare problem.

      Reply
    • Rares says:
      Nov 7, 2018 at 9:37 am

      This was the solution for me too. Thank you so much for sharing!

      Reply
    • Jack says:
      Jun 19, 2019 at 5:37 am

      This fixed mine! Thanks!

      Reply
    • Jeenie says:
      Aug 12, 2019 at 2:29 pm

      Same here – once “Flexible” was changed to “Full” in the Cloudflare SSL settings, it worked! Phew. (Wish I saw your comment sooner!)

      Reply
    • Nancy says:
      Jan 27, 2021 at 8:33 am

      Thank you soooooo much for this! It worked.

      Reply
  46. Florian says:
    Mar 18, 2018 at 6:55 pm

    I also had the problem, so I started searching for a solution and found out that the CDN was causing that error. I switched it off and it worked again

    Reply
    • Jennifer says:
      May 9, 2018 at 9:39 pm

      Thank God I saw your reply. I thought because I had added the Yoast SEO plugin, it was causing the issues, but I had also activated CDN in my control panel and that was the problem!

      Reply
  47. Alex Jr says:
    Mar 10, 2018 at 8:37 am

    I deactivated all plugins, disabled the current theme, deleted .htaccess, but I’m still getting the “too many redirects” error when I try to access my wordpress site. What is causing it and how can I fix it?

    Reply
  48. Dan says:
    Mar 8, 2018 at 3:46 pm

    Just had this happen to me on a new site I’m working on. The issue turned out that I created my child theme with spaces in the name. As soon as I renamed the child theme folder to my-child-theme it worked. I did have to go and make my child theme active again to make it work right. Hope this saves someone so grief and aggravation!

    Reply
    • ANA says:
      Mar 26, 2018 at 6:32 pm

      Dan, I just wanted to say THANK YOU!!!!!!!
      That was my problem too, apparently. I changed the name and folder to include a dash and everything works fine.

      Reply
  49. Santiago says:
    Mar 4, 2018 at 8:38 am

    I’m finding that when I try to set my Permalink to Post Name I get the redirect issue. When I set it to Plain, no issues. I’ve disabled all the plugins and still the same thing.

    I’m new to WP but 20+ years IT, any help would be greatly appreciated.

    Reply
  50. Damion says:
    Feb 25, 2018 at 4:51 pm

    +1 on this and thank for for so thoroughly and generously sharing your knowledge – you saved me hours of work today.

    Reply
« 1 2 3 4

Leave a Reply Cancel reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

Over 1,320,000+ Readers

Get fresh content from WPBeginner

Featured WordPress Plugin
PushEngage
PushEngage
Increase your website traffic & revenue with push notifications. Learn More »
How to Start a Blog How to Start a Blog
I need help with ...
Starting a
Blog
WordPress
Performance
WordPress
Security
WordPress
SEO
WordPress
Errors
Building an
Online Store
Useful WordPress Guides
    • 7 Best WordPress Backup Plugins Compared (Pros and Cons)
    • How to Fix the Error Establishing a Database Connection in WordPress
    • Why You Need a CDN for your WordPress Blog? [Infographic]
    • 30 Legit Ways to Make Money Online Blogging with WordPress
    • Self Hosted WordPress.org vs. Free WordPress.com [Infograph]
    • Free Recording: WordPress Workshop for Beginners
    • 24 Must Have WordPress Plugins for Business Websites
    • How to Properly Move Your Blog from WordPress.com to WordPress.org
    • 5 Best Contact Form Plugins for WordPress Compared
    • Which is the Best WordPress Popup Plugin? (Comparison)
    • Best WooCommerce Hosting in 2021 (Comparison)
    • How to Fix the Internal Server Error in WordPress
    • How to Install WordPress - Complete WordPress Installation Tutorial
    • Why You Should Start Building an Email List Right Away
    • How to Properly Move WordPress to a New Domain Without Losing SEO
    • How to Choose the Best WordPress Hosting for Your Website
    • How to Choose the Best Blogging Platform (Comparison)
    • WordPress Tutorials - 200+ Step by Step WordPress Tutorials
    • 5 Best WordPress Ecommerce Plugins Compared
    • 5 Best WordPress Membership Plugins (Compared)
    • 7 Best Email Marketing Services for Small Business (2021)
    • How to Choose the Best Domain Registrar (Compared)
    • The Truth About Shared WordPress Web Hosting
    • When Do You Really Need Managed WordPress Hosting?
    • 5 Best Drag and Drop WordPress Page Builders Compared
    • How to Switch from Blogger to WordPress without Losing Google Rankings
    • How to Properly Switch From Wix to WordPress (Step by Step)
    • How to Properly Move from Weebly to WordPress (Step by Step)
    • Do You Really Need a VPS? Best WordPress VPS Hosting Compared
    • How to Properly Move from Squarespace to WordPress
    • How to Register a Domain Name (+ tip to get it for FREE)
    • HostGator Review - An Honest Look at Speed & Uptime (2021)
    • SiteGround Reviews from 4464 Users & Our Experts (2021)
    • Bluehost Review from Real Users + Performance Stats (2021)
    • How Much Does It Really Cost to Build a WordPress Website?
    • How to Create an Email Newsletter the RIGHT WAY (Step by Step)
    • Free Business Name Generator (A.I Powered)
    • How to Create a Free Business Email Address in 5 Minutes (Step by Step)
    • How to Install Google Analytics in WordPress for Beginners
    • How to Move WordPress to a New Host or Server With No Downtime
    • Why is WordPress Free? What are the Costs? What is the Catch?
    • How to Make a Website in 2021 – Step by Step Guide
Deals & Coupons (view all)
Connections Pro
Connections Pro Coupon
Get 15% OFF on Connections Pro WordPress directory plugin.
The Constant Contact logo
Constant Contact Coupon
Get 20% OFF Constant Contact, one of the best email marketing service for small businesses.
Featured In
About WPBeginner®

WPBeginner is a free WordPress resource site for Beginners. WPBeginner was founded in July 2009 by Syed Balkhi. The main goal of this site is to provide quality tips, tricks, hacks, and other WordPress resources that allows WordPress beginners to improve their site(s).

Join our team: We are Hiring!

Site Links
  • About Us
  • Contact Us
  • FTC Disclosure
  • Privacy Policy
  • Terms of Service
  • Free Blog Setup
  • Free Business Tools
  • Growth Fund
Our Sites
  • OptinMonster
  • MonsterInsights
  • WPForms
  • SeedProd
  • Nameboy
  • RafflePress
  • Smash Balloon
  • AIOSEO

Copyright © 2009 - 2021 WPBeginner LLC. All Rights Reserved. WPBeginner® is a registered trademark.

Managed by Awesome Motive | WordPress hosting by SiteGround | WordPress Security by Sucuri.