how to make the portal default

Current Version: 2.1.0
Released: 2015-10-26
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.
Locked

Topic author
TaTay
Active Member
Posts: 2
Joined: 6. February 2020 16:47
phpBB.com User: 3.3.0

how to make the portal default

Post by TaTay »

how to make the portal default?
User avatar

Kirk
Dev
Posts: 1939
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: how to make the portal default

Post by Kirk »

Do you mean the portal as a start page?
Open root/htaccess add this at the end:

Code: Select all

DirectoryIndex app.php/portal index.php index.html index.htm
Gruß Udo

Topic author
TaTay
Active Member
Posts: 2
Joined: 6. February 2020 16:47
phpBB.com User: 3.3.0

Re: how to make the portal default

Post by TaTay »

Thanks, it works fine!

Viragohelp
Active Member
Posts: 11
Joined: 8. April 2021 13:55
phpBB.de User: Viragohelp
phpBB.com User: Viragohelp

Re: how to make the portal default

Post by Viragohelp »

Hi. when I try this it breaks on me.
DirectoryIndex phpbb3/app.php/portal index.php index.html index.htm

Any ideas? I am converting my wordpress side articles into the forum side right now so I will need to figure this out. Thank you!

Here is a pic of broken view.
Image
User avatar

Kirk
Dev
Posts: 1939
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: how to make the portal default

Post by Kirk »

You did not enter it correctly:
Gruß Udo

Viragohelp
Active Member
Posts: 11
Joined: 8. April 2021 13:55
phpBB.de User: Viragohelp
phpBB.com User: Viragohelp

Re: how to make the portal default

Post by Viragohelp »

but the folder is not at my root. I try it without the phpbb3 and just my viragohelp wordpres side loads..... viragohelp.com loads wordpress side. viragohelp.com/phpbb3/index.php loads phpbb
User avatar

Kirk
Dev
Posts: 1939
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: how to make the portal default

Post by Kirk »

Your .htaccess is located in the directory phpbb3
An alternative would be this:
Create a file called portal.php with the following content:

Code: Select all

<?php
header("Location: https://viragohelp.com/phpbb3/app.php/portal");
exit;
Load this file into your forum root (where the config.php is located).


Open: root/.htaccess
Add this at the very end:

Code: Select all

DirectoryIndex portal.php index.php index.html index.htm
Gruß Udo

Viragohelp
Active Member
Posts: 11
Joined: 8. April 2021 13:55
phpBB.de User: Viragohelp
phpBB.com User: Viragohelp

Re: how to make the portal default

Post by Viragohelp »

I actually tried that yesterday and it worked! Thank you very much. My website is barely covering itself but I went ahead and sent 20 bux to board 3. I donated before but it was few years back. This extension in my opinion is one of the best for phpbb. I have another question but I will make a new post for it. Thank you!
Locked

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