Can i redirect the portal as my home page? - Board3 Portal
Can i redirect the portal as my home page?
Ive tried scrolling through seeing if it was something i could recode but didnt find anything
-
- Registered User
- Posts: 32
- Joined: Wed Jan 25, 2017 10:28 pm
Re: Can i redirect the portal as my home page?
Hi, welcome to phpBB.com!
You can, see this topic for instructions.
https://www.phpbb.com/customise/db/exte ... pic/156966
You can, see this topic for instructions.
https://www.phpbb.com/customise/db/exte ... pic/156966
Jim Mossing Holsteyn - Former Community Team Leader
Knowledge Base | Documentation | Board rules
If you're having any questions about the rules/customs of this website, feel free to drop me a PM.
Knowledge Base | Documentation | Board rules
If you're having any questions about the rules/customs of this website, feel free to drop me a PM.
-
- Former Team Member
- Posts: 7833
- Joined: Thu Jul 31, 2008 5:54 am
- Location: The Netherlands
- Name: Jim Mossing Holsteyn
Re: Can i redirect the portal as my home page?
there wasnt a htaccess file in the ext i downloaded
-
- Registered User
- Posts: 32
- Joined: Wed Jan 25, 2017 10:28 pm
Re: Can i redirect the portal as my home page?
Code: Select all
# Redirect to portal by default
board3_portal_redirect_controller:
path: /
defaults: { _controller: board3.portal.main:handle }
-
- Registered User
- Posts: 32
- Joined: Wed Jan 25, 2017 10:28 pm
Re: Can i redirect the portal as my home page?
You have to edit the
.htaccess
in your forumroot.Sorry for my bad english, I am German and translated with DeepL!
My Extensionen!
My Extensionen!
-
- Registered User
- Posts: 195
- Joined: Thu Jul 21, 2011 7:42 pm
Re: Can i redirect the portal as my home page?
Ok found it & fixed it.. Appreciate the help!
-
- Registered User
- Posts: 32
- Joined: Wed Jan 25, 2017 10:28 pm