Not redirecting correctly - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: Not redirecting correctly (/thread-186747.html) |
Not redirecting correctly - xXBryanXx - 2015-11-30 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.
RE: Not redirecting correctly - ThemeFreaknet - 2015-11-30 Can we get a url to your forum? RE: Not redirecting correctly - xXBryanXx - 2015-11-30 (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. |