MyBB Community Forums

Full Version: index.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, when I go to my forum from this:
myforum.com/
It will redirect me to a page that just has text int he top left section. The text says mybb no images or anything, just reloads the page over and over again.

But when I go to my forum at: myforum.com/index.php, it works (my forum shows)

How do I make it so that just plain myforum.com/

will work.
Please give us the link to your forum.
Do you happen to have a .htaccess file in that root directory?

If not, try creating one with notepad, and put this code in:
DirectoryIndex index.php

Then give it a try.
Where would I find that? Wink
You create it on your computer.

Here, I've created one in .txt format, and uploaded it to this post.

Download it, upload it into the root directory of index.php
Then rename it to: .htaccess
And how do I upload it to the root directory of index.php? Filezilla?
Also where would I find the root directory of index.php.

P.S. Thanks for the htaccess Wink

Do i upload it to public_html or something?
Yes it's Filezilla in the Public_html

Actually I found your problem, it's index.html file that's causing it.

You can put the .htaccess file in there, which should fix it.

But just deleting index.html would fix it too.
I deleted index.html.
Thanks so much! It's fixed now Big Grin
Yay. You're welcome Smile.