Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

I am having problems with 301 redirects being cached. How do I clear FF5's memory?

  • 3 답장
  • 55 이 문제를 만남
  • 17 보기
  • 최종 답변자: ftobin

more options

I built some websites and never really thought about which redirect should be used when blocking someone from accessing a page requiring a login, so they were all 301's, by default. This has not been a problem until now. FF5 seems to cache this information and I can not access those pages anymore, even after successfully logging in. Clearing FF's cache does not seem to clear this information.

I built some websites and never really thought about which redirect should be used when blocking someone from accessing a page requiring a login, so they were all 301's, by default. This has not been a problem until now. FF5 seems to cache this information and I can not access those pages anymore, even after successfully logging in. Clearing FF's cache does not seem to clear this information.

모든 댓글 (4)

more options

I, too, had this problem.

Then I found that the Web Developer toolbar's "Disable" > "Disable Cache" option seemed to clear a bad 301 redirect for me.

Looking at about:config, it appears to be toggling browser.cache.disk.enable to false. Toggling that to false directly also does the trick. Toggle back to true to have it cache again (and I bet other things are cached).

Worked for me on FF 5.0.1 and Web Developer toolbar 1.1.9.

more options

Rats, this was only temporary. Re-enable the cache and the old cached setting returns.

more options

If you simply clear your cache that should help solve the issue as long as you don't get more 301's.

more options

I'm not sure the best solution should be to empty the browsers cache, especially if you are trying to debug just one website.

Is there not a way to only delete redirect cache ? Or even better, an option to tell Firefox not to cache 301 redirects (yes, even if they are supposed to be permanent).