MyBB Community Forums

Full Version: Not redirecting correctly
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've ran several mybb forums in the past without problems like this. Now, for some reason, my forum is not redirecting correctly to index.php.

When you go to www.example.com, it doesn't work, but when you go to www.example.com/index.php manually, it works perfectly fine.

There is an index.html in with the index.php file, and I don't know if it's for mybb, so here's the code. My thinking is that it is taking priority over the index.php, since when going to www.example.com, it brings up a blank white page.

<html>
<head>
<title></title>
</head>
<body>
&nbsp;
</body>
</html>
Can we get a url to your forum?
(2015-11-30, 02:37 AM)ThemeFreaknet Wrote: [ -> ]Can we get a url to your forum?

I fixed it myself.

For anyone that may be having the same issue, apparently the index.html was taking priority over the index.php. Removing the index.html made the forum work perfectly.