How do I make portal.php the default index page for my site?

Current Version: 1.0.6
Released: 09.01.10
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.
Locked

Topic author
malignant
Active Member
Posts: 2
Joined: 11. April 2009 03:22
phpBB.de User: malignant
phpBB.com User: malignant

How do I make portal.php the default index page for my site?

Post by malignant »

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.

Glueckmacher
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

Post by Glueckmacher »

Hi!

Open .htaccess.

Search

Code: Select all

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
Add after in a new line

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

Topic author
malignant
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

Post by malignant »

That did the trick - thanks very much! :D

trotskyicepick
Active Member
Posts: 12
Joined: 28. July 2010 13:00

Re: How do I make portal.php the default index page for my s

Post by trotskyicepick »

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.
Locked

Return to “board3 Portal 1.0.x - English Support”