MyBB Community Forums

Full Version: Cant view forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Okay i cant see my forum this is what the message says on firefox. the url is www.thestudenthangout.co.uk

Redirect Loop













Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked.

The browser has stopped trying to retrieve the requested item. The site is

redirecting the request in a way that will never complete.

* Have you disabled or blocked cookies required by this site?

* NOTE: If accepting the site's cookies does not resolve the problem, it is probably a server configuration issue and not your computer.


Any suggestions on what to do?
What redirects have you set up, if any?? This can happen if you redirect URL A to URL B, and URL B to URL A, it'll keep going round in circles.
Try removing that and see if it stops. How did you add it??
It does stop when i remove it.. but i need a way to get people to the url www.thestudenthangout.co.uk/board which i need a redirect for..
Try this:
<META http-equiv="refresh" content="1;URL=http://www.thestudenthangout.co.uk/board">
(2009-04-08, 09:44 PM)Tom Loveric Wrote: [ -> ]Try this:
<META http-equiv="refresh" content="1;URL=http://www.thestudenthangout.co.uk/board">

what do i do with that?
(2009-04-08, 09:45 PM)Leepish Wrote: [ -> ]
(2009-04-08, 09:44 PM)Tom Loveric Wrote: [ -> ]Try this:
<META http-equiv="refresh" content="1;URL=http://www.thestudenthangout.co.uk/board">

what do i do with that?

If you don't have any content on your site, just use this:
<html><head>
<title>Redirecting to forums..</title>
<META http-equiv="refresh" content="1;URL=http://www.thestudenthangout.co.uk/board">
</head><body>
<big><b>Redirecting to forums..</b></big>
</body></html>
Put than in a file called index.html in the directory you want to redirect from.
-phew that works
xx

i suppose i will have to make a little maintenance page as you will to say redirecting or something...
thanks alot xx
Pages: 1 2