In my blog, http://roshanbh.com.np , every page is working fine except http://roshanbh.com.np/links. When I view in firefox there is weired problem with the following error message. Redirect Loop Firefox has detected that the server is redirecting the request for this address in a way that will never complete. The weirdest part of this problem is that it is only happening to that page only all the other pages are working fine. What might be causing this problem? Can anybody tell me?
According to Mozilla, your Http redirection limit is exceeded. It could be a cookie problem. Most of the fixes require the user to either unblock cookies or up the maximum number of redirects, both do not solve your problem. One option also noted on that page hints at a workaround. You could use either a Meta redirect, or redirect by javascript -- both of which are non-Http redirects.
All I know is what is on that page. There is something in the way the page is coded for the Http redirect that chokes Firefox. The answer lies in that code, if you want to share the details of it, I will take a look at it. Hard to diagnose without it.