|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by co
is there any reason why i can view a page at work (which is on our
server) yet when i view it online from the domain name (some pages are hosted, some are running off our server) i get the message: "Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked." I would check the IIS log. My first thought would be that you end up with
endless redirections. And this is likely detected and blocked by the web server... -- Patrice "Advo" <x@x.com> a écrit dans le message de news: s4Ssg.18900$IU2.6***@newsfe2-win.ntli.net...Show quote > is there any reason why i can view a page at work (which is on our server) > yet when i view it online from the domain name (some pages are hosted, > some are running off our server) i get the message: "Redirection limit for > this URL exceeded. Unable to load the requested page. This may be caused > by cookies that are blocked." Patrice wrote:
Show quote > I would check the IIS log. My first thought would be that you end up with Well ive checked the logs, I couldnt find anything for ages, then found> endless redirections. And this is likely detected and blocked by the web > server... > -- > Patrice > > "Advo" <x@x.com> a écrit dans le message de news: > s4Ssg.18900$IU2.6***@newsfe2-win.ntli.net... > > is there any reason why i can view a page at work (which is on our server) > > yet when i view it online from the domain name (some pages are hosted, > > some are running off our server) i get the message: "Redirection limit for > > this URL exceeded. Unable to load the requested page. This may be caused > > by cookies that are blocked." one file with tons of Get requests to one of the files that is causing the problem. Does this mean its a problem with my code? m thinking its somethnig to do with a loop its stuck in when its doing the redirect? Thanks This would be my first thought. Double check that the file that causes those
tons of get request doesn't redirect directly or indirectly to itself... -- Patrice "Advo" <max_misch***@hotmail.com> a écrit dans le message de news: 1152695478.738715.69***@h48g2000cwc.googlegroups.com...Patrice wrote: Show quote > I would check the IIS log. My first thought would be that you end up with Well ive checked the logs, I couldnt find anything for ages, then found> endless redirections. And this is likely detected and blocked by the web > server... > -- > Patrice > > "Advo" <x@x.com> a écrit dans le message de news: > s4Ssg.18900$IU2.6***@newsfe2-win.ntli.net... > > is there any reason why i can view a page at work (which is on our > > server) > > yet when i view it online from the domain name (some pages are hosted, > > some are running off our server) i get the message: "Redirection limit > > for > > this URL exceeded. Unable to load the requested page. This may be caused > > by cookies that are blocked." one file with tons of Get requests to one of the files that is causing the problem. Does this mean its a problem with my code? m thinking its somethnig to do with a loop its stuck in when its doing the redirect? Thanks |
|||||||||||||||||||||||