Portal as Main Page

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
bvr
Active Member
Posts: 9
Joined: 4. October 2010 21:24

Portal as Main Page

Post by bvr »

Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://www.battlecows.com

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
I installed phpbb3 on my root folder, battlecows.com leads to my phpbb3. I installed the portal. But when I type my webpage it goes to index.php instead of portal.php? How do I fix this? Also, on the donation blocks, how do I set it to US currency instead of Euros for the default?
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: Portal as Main Page

Post by Marc »

It seems like you are missing some edits. Make sure you edit .htaccess as instructed by install.xml.

Also it seems like you forgot to edit your style. As it seems to be based on subsilver2 you should follow the subsilver2 instructions.

Topic author
bvr
Active Member
Posts: 9
Joined: 4. October 2010 21:24

Re: Portal as Main Page

Post by bvr »

This should be right.

Code: Select all

#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>

<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
DirectoryIndex portal.php index.php index.html index.htm

User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: Portal as Main Page

Post by Marc »

If it doesn't work that way, contact your hoster and ask if they can help you with setting the homepage to portal.php.

Topic author
bvr
Active Member
Posts: 9
Joined: 4. October 2010 21:24

Re: Portal as Main Page

Post by bvr »

is there any other way? My host is slow at getting back with me. When I ran a vbulletin board, I did something like rename the index.php to old_index.html or something. Its been been a long time. I could just rename portal.php to index.php but then I would have to change links to all the forum index files.
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: Portal as Main Page

Post by Marc »

Renaming the index file would result in a 404 error, so I wouldn't do that.

Romano
Active Member
Posts: 3
Joined: 3. December 2010 15:36

Re: Portal as Main Page

Post by Romano »

How did you resolve this bvr? i will like to make the portal my homepgae also.

Wateva
Active Member
Posts: 3
Joined: 19. September 2010 06:58

Re: Portal as Main Page

Post by Wateva »

Create an index.htm/html/php with an instant redirect to portal.php

Romano
Active Member
Posts: 3
Joined: 3. December 2010 15:36

Re: Portal as Main Page

Post by Romano »

Thnak you, but i have already an index.php, to the forum, how do i do that?
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: Portal as Main Page

Post by Marc »

As I already said, if editing the .htaccess file does not work do the following:
If it doesn't work that way, contact your hoster and ask if they can help you with setting the homepage to portal.php.
Locked

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