Wrong redirect?

Status
Not open for further replies.

animerth

New Member
Messages
86
Reaction score
0
Points
0
what kind of redircet was it an HTml one or an cPanel or an .htacess one
 

kajasweb

New Member
Messages
1,723
Reaction score
0
Points
0
What type of re-direction you are using?

I'm getting the message.
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

Check whether you have any mistake in your re-direction code which goes on like chain.
 

eminemix

Member
Messages
350
Reaction score
0
Points
16
There are two webpages and each one redirects to the other.
Some other browsers like IE doesn't detect that, and the page never loads.
 
Last edited:

mr kennedy

Member
Messages
524
Reaction score
1
Points
18
yep, It's a loopy redirect...

Page 1 redirects to Page 2 redirects to Page 1 and it's circling like in a roundabout...
 

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
oooo... How do I fix it then? Because it worked before. Then I registered an account and then all pages seems to redirect to hall_of_fame.php that result in that kajasweb said. And you too.
 

kajasweb

New Member
Messages
1,723
Reaction score
0
Points
0
Check the following things

- Redirects in cPanel
- .htaccess for any Mod_Rewrite Stuff that does re-directs
- PHP File(s) for usage of header() function.
 

intricated

New Member
Messages
9
Reaction score
0
Points
1
You might also want to check if there are any code in the meta tags that refresh/redirect to another page, like below:
Code:
<META http-equiv="refresh" content="0;URL=http://www.foo.com/bar/">
 
Status
Not open for further replies.
Top