Default board to Portal

General topics relating to phpBB3 to be posted in here.
Post Reply
User avatar
MadFly
Forum Member
Forum Member
Posts: 24
Joined: Wed Apr 08, 2009 10:46 pm

Default board to Portal

Post by MadFly »

Is there a special way to make your board default to the portal page? instead of the board index?
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Default board to Portal

Post by LDM »

Yep open your .htaccess file in the root and add this line under the lines currently in it.

Code: Select all

DirectoryIndex portal.php index.php index.html index.htm
Upload and all should work okay.
Post Reply