how to make the 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.
how to make the portal default
how to make the portal default?
Re: how to make the portal default
Do you mean the portal as a start page?
Open
Open
root/htaccess
add this at the end:
Code: Select all
DirectoryIndex app.php/portal index.php index.html index.htm
Gruß Udo
Re: how to make the portal default
Thanks, it works fine!
-
- 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
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.
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.
-
- 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
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
Re: how to make the portal default
Your
An alternative would be this:
Create a file called
Load this file into your forum root (where the config.php is located).
Open:
Add this at the very end:
.htaccess
is located in the directory phpbb3An 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;
Open:
root/.htaccess
Add this at the very end:
Code: Select all
DirectoryIndex portal.php index.php index.html index.htm
Gruß Udo
-
- 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
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!