MyBB Community Forums

Full Version: portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi i want the portal to be the first thing members see when then enter my sites url instead of going straight to the forums.

Is there a way to do this please
You should edit the .htaccess file,
Redirecting your users to portal.php instead of index.php

otherwise try this:
http://mods.mybb.com/view/portal-redirect-for-1-6
what do i add to the .htaccess file please
Put:

DirectoryIndex portal.php index.php index.html index.htm

Into the top of you .htaccess
ok let me try it

yep it worked thank you.