MyBB Community Forums

Full Version: changing main page to home page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So basically I have a website with a forum. I downloaded page manager (mybb plug-in) and I now have a homepage. I want to make it so when you type in the normal url, it will go to the homepage, not the forums like it does now. So if I were to go to my website

http://mlufanclub.netii.net/

it will send me to this page:

http://mlufanclub.netii.net/misc.php?page=Home

and then I want the forum page to end in /forums/

Any ideas how to do this? Thanks!
Create a .htaccess file and place it in the root directory. Make it have this information to it:
DirectoryIndex misc.php?page=Home index.php
Hope this helps you!