2015-11-30, 02:34 AM
(This post was last modified: 2015-11-30, 02:36 AM by xXBryanXx.
Edit Reason: change
)
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.
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>
</body>
</html>