Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.westgamer.com/forum/
What have you done before the problem was there?
Worked fine as intended until recently.
What have you already tryed to solve the problem?
Searched the boards here but couldn't find anything specific to this situation.
Description and Message
Hi all,
Up until recently, my forums automatically opened up the portal.php page as default when accessing my site address at the board root directory. (www.westgamer.com/forum/)
For some reason, whenever I visit it now (something has happened to change this recently - but I have no idea what as I have made no alterations), the address above sends me straight to my board index at index.php
Can someone please give me some help in changing this back to opening my portal page as a default? What do I need to do?
Much appreciated.
How do I make portal.php the default index page for my site?
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
- Active Member
- Posts: 33
- Joined: 29. November 2009 02:40
- phpBB.de User: Glueckmacher
Re: How do I make portal.php the default index page for my s
Hi!
Open .htaccess.
Search
Add after in a new line
Open .htaccess.
Search
Code: Select all
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
Code: Select all
DirectoryIndex portal.php index.php index.html index.htm
phpbb: 3.3.0
Style: Aero, prosilver, SoftBlue, Absolution
Portal: 2.1.0
Style: Aero, prosilver, SoftBlue, Absolution
Portal: 2.1.0
-
Topic author - Active Member
- Posts: 2
- Joined: 11. April 2009 03:22
- phpBB.de User: malignant
- phpBB.com User: malignant
Re: How do I make portal.php the default index page for my s
That did the trick - thanks very much!
-
- Active Member
- Posts: 12
- Joined: 28. July 2010 13:00
Re: How do I make portal.php the default index page for my s
Didn't work for me, I had to create a phpBB3.conf file in /etc/apache2/conf.d/ and add the DirectoryIndex line as quoted.