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.
Board3 Portal "default"?
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.
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.
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: Board3 Portal "default"?
Please look here: Portal as Site Main Page
V.G. archivar
sorry for my bad english
sorry for my bad english
-
Topic author - Active Member
- Posts: 11
- Joined: 7. September 2023 07:49
- phpBB.com User: Karado58
Re: Board3 Portal "default"?
Hello @archivar
Fantastic tutorial!!
The second method worked beautifully!!
Create a file called portal.php with the following content:
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:
Thank you!!!
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!!!