Portal as index page
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.
-
Topic author - Active Member
- Posts: 14
- Joined: 18. June 2011 08:03
Portal as index page
Is possible to set portal as default index page?
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: Portal as index page
Yes!!!giardiniere wrote:Is possible to set portal as default index page?
read them before this:
knowledge/
viewtopic.php?f=49&t=4572
viewtopic.php?f=36&t=1641
V.G. archivar
sorry for my bad english
sorry for my bad english
-
Topic author - Active Member
- Posts: 14
- Joined: 18. June 2011 08:03
Re: Portal as index page
Thank you for your useful answer. I've tried solution in another site :
in root, open htaccess and try:
Then, add after:
then save and refresh
otherwise
at the end of .htaccess file, add this line
in root, open htaccess and try:
Code: Select all
DirectoryIndex
Code: Select all
portal.php
otherwise
at the end of .htaccess file, add this line
Code: Select all
DirectoryIndex portal.php index.php index.html index.htm
-
- Active Member
- Posts: 29
- Joined: 4. July 2011 11:23
Re: Portal as index page
Perfect solution, works like charm.
FOr me the only small issue with this solution is that now on your forum, the URL in the address bar is www.forumname.com/portal.php and if people copy the link or reference it, it is like this rather than the pure www.forumname.com.
Any chance to change this behaviour, i.e., just have the TLD in the URL bar, probably through an Mod rewrite in the htaccess, but not sure how it will interact with the directory listing.
Any ideas would be appreciated!
playagiron
FOr me the only small issue with this solution is that now on your forum, the URL in the address bar is www.forumname.com/portal.php and if people copy the link or reference it, it is like this rather than the pure www.forumname.com.
Any chance to change this behaviour, i.e., just have the TLD in the URL bar, probably through an Mod rewrite in the htaccess, but not sure how it will interact with the directory listing.
Any ideas would be appreciated!
playagiron