Page 1 of 1
Set Portal to be Default
Posted: 2. February 2017 08:00
by Lance
For installations in phpBB 3.0.x, I was able to set portal.php to be the default page on my server. So if you navigated to
www.mydomain.com/forums/ the portal would be shown.
Is there any way to do that now that portal.php is no longer used?
Re: Set Portal to be Default
Posted: 2. February 2017 09:03
by Kevin
Here we go:
- go in the ACP - General - Board Settings - and adapt your settings accordingly:
- navigate to the directory
root/ext/board3/portal/styles/prosilver/template/event/
and delete those two files:
overall_header_breadcrumb_prepend.html
and overall_footer_breadcrumb_prepend.html
- add to your
.htaccess
this:
Code: Select all
DirectoryIndex app.php/portal index.php index.html index.htm
- purge your forum and browser cache
Then it should look and function like here.
Re: Set Portal to be Default
Posted: 2. February 2017 19:24
by Lance
Thanks! That did the trick.
But let me ask you: It seems like just the modification to .htaccess did the job. What is the purpose of changing the settings and deleting the files?
ETA: Never mind. I see it now.
Thanks again!
Re: Set Portal to be Default
Posted: 2. February 2017 19:52
by Kevin
You're welcome!
Re: Set Portal to be Default
Posted: 21. February 2019 00:48
by Neves
Hi Keven
I did this but when I delete
overall_header_breadcrumb_prepend.html and overall_footer_breadcrumb_prepend.html
It locks me out with errors, but if I don't delete those files it works,
it wasn't explained above, what happens if I don't delete those files ?
Re: Set Portal to be Default
Posted: 21. February 2019 06:19
by Kirk
In the "ACP -> General" --> purge cache
It's recommended to purge your browser cache too.
Re: Set Portal to be Default
Posted: 21. February 2019 06:52
by Neves
Ok I'm an idiot
when it locked me out of the site i thought it also locked me out of admin. section but it doesn't
I purge cache and it works
Thanks
Re: Set Portal to be Default
Posted: 9. March 2020 10:02
by Berni69
Hi, i did that too, but i can't go back to the portal - disapeared from the headlin. It only takes me back to the index page of the forum.