MyBB Community Forums

Full Version: Portal on main page.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.

I've recently set up a website for myself, just to check things up and I was curios how could I do it so that when a user tries to access my website it redirects that person to the portal page instead the forum itself?
How are you using? You can set it so when a user tries to access domain.com it'll redirect to domain.com/portal.php. For Apache you can add (or amend) the following to your .htaccess file:

DirectoryIndex portal.php

For Nginx, add (or amend) the following line to your server location block:

index portal.php;
Nope, none of those work for some reason...