Вопрос

I am building a wordpress site and one of my pages constantly again and again gives me a 301 then a 302 error quickly after. This only occurs in FF as Chrome and IE run the page fine. I can't seem to pin down where this error is coming from. I have commented out most of my PHP functions.

Anyone encountered this problem before. Maybe it's a bug in FF or Wordpress?

The 301 and 302 response is: Reload the page to get source for: http://perceptive.nathan/supportarea/account/index.php?error=2

enter image description here

enter image description here

Это было полезно?

Решение

The site http://perceptive.nathan/supportarea/account/index.php, has a bug - page A redirecting to page B which is redirecting back to A; which creates an infinite cycle. I am not sure though why you are facing this only in FF; it may be that FF is triggering a condition, which brings the site bug to surface. I would say that the site still has a bug.

Additionally, doesn't FF complain after a while that it has detected that the call would never succeed? It usually is able to detect cycles of redirected and breaks off the chain early enough.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top