Scroll to top

How to remove chrome 301 redirect cache

Recently, I was working on a client’s website and have to change hosting of it. After DNS updates, we got stuck in the 301 redirect loop that never allows to visit the site. After a lot of search online, I found a simple solution.

To clear this cache:

  • open your web browser’s DevTools (Press F12)
  • on the Network tab check the small “Disable cache” checkbox
  • keep DevTools open and reload the page (Press F5)

After doing the above steps, your site will start working normal. Once you ensure that everything is working properly, please uncheck the “Disable cache” checkbox and you are good to go!

Share Post:
Author avatar
Zahid Iqbal
I am a web designer and developer working full-time.

Post a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.