MyBB Community Forums

Full Version: Redirecting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hiya,

When I visit: http://habfab.com/forum/images/ , it doesn't redirect back to the index, it just shows very little images.

I've seen if I visit site.com/images on mybb forums, it redirects back to the index.

How can I do this?

Cheers

~ David
When i click on your link it gives me error. Can you provide any test account so i can see?
And it's on every forum like that, when you want to see some image of forum theme you can see it with no errors. Do you want to stop that?
http://community.mybb.com/images

it'll say "mybbBoard" then redirect back to the index.

Thanks

~ David
You would of deleted the index.html file from that area.

Create a index.html file in the images area and add this to the file.
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html">
The weird thing is: index.html is already there. The contents of it are:

<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="Refresh" content="0;url=../" />
</head>
<body>
<a href="../">MyBBoard</a>
</body>
</html>

Thanks

~ David
See your site is not working for me currently (nothing is loading) so sadly I can not really help. Not sure why this is not working. What permissions does the index.html file have?
644

Thanks

~ David