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!