Board3 Portal "default"?

Current Version: 2.3.0
Released: 2023-03-19
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Post Reply

Topic author
Karado58
Active Member
Posts: 11
Joined: 7. September 2023 07:49
phpBB.com User: Karado58

Board3 Portal "default"?

Post by Karado58 »

Hello,

Firstly, thank you for such a great add-on to phpBB!!

How can I make the Portal page default?

Right now it defaults to "Board index".

Theme: prosilver French edition by phpBB-fr.com

Thank you.
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Board3 Portal "default"?

Post by archivar »

Please look here: Portal as Site Main Page
V.G. archivar
sorry for my bad english

Topic author
Karado58
Active Member
Posts: 11
Joined: 7. September 2023 07:49
phpBB.com User: Karado58

Re: Board3 Portal "default"?

Post by Karado58 »

Hello @archivar
Fantastic tutorial!!
The second method worked beautifully!!

Create a file called portal.php with the following content:
<?php
header("Location: https://xxxxxxxxxxxx/app.php/portal");
exit;


Replace the xxx with the URL to your forum. Load this file into your forum root (where the config.php is located).
Open: root/.htaccess

Insert this at the very end:
DirectoryIndex portal.php index.php index.html index.htm

Thank you!!!
Post Reply

Return to “Board3 Portal 2.3.x - English Support”