rarebit Posted December 5, 2007 Share Posted December 5, 2007 The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. * This problem can sometimes be caused by disabling or refusing to accept cookies. I tried the page in Opera also and that just didn't realise... Anyway... I've got a wrapper for the 'header' function, every other time it's used, no probs. As far as I can tell there's nothing being sent before the redirection (other than session_start(), but that doesn't interrupt elsewhere). I've looked at many ... (hmm might have an idea, e.g. that it just keeps on calling itself!) BRB... Here's some links: http://kb.mozillazine.org/The_page_isn't_redirecting_properly (it's nothing to do with anything mentioned here...) http://uk3.php.net/manual/en/function.header.php Link to comment https://forums.phpfreaks.com/topic/80327-solved-the-server-is-redirecting-the-request-for-this-address-in-a-way-that-will-nev/ Share on other sites More sharing options...
revraz Posted December 5, 2007 Share Posted December 5, 2007 Hard to say without seeing code. Link to comment https://forums.phpfreaks.com/topic/80327-solved-the-server-is-redirecting-the-request-for-this-address-in-a-way-that-will-nev/#findComment-407103 Share on other sites More sharing options...
rarebit Posted December 5, 2007 Author Share Posted December 5, 2007 Yes, the reason why it was being redirected still existed once redirected and therefore redirecting again, endlessly... Been on phone but the simple work around is to check against being the actual redirected page. Now I know why this happens (other than explained in referenced link), I can work a better piece of logic for it. Link to comment https://forums.phpfreaks.com/topic/80327-solved-the-server-is-redirecting-the-request-for-this-address-in-a-way-that-will-nev/#findComment-407164 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.