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?
Portal as Main Page
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.
-
- 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
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.
Also it seems like you forgot to edit your style. As it seems to be based on subsilver2 you should follow the subsilver2 instructions.
Re: Portal as Main Page
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
-
- 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
If it doesn't work that way, contact your hoster and ask if they can help you with setting the homepage to portal.php.
Re: Portal as Main Page
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.
-
- 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
Renaming the index file would result in a 404 error, so I wouldn't do that.
Re: Portal as Main Page
How did you resolve this bvr? i will like to make the portal my homepgae also.
Re: Portal as Main Page
Create an index.htm/html/php with an instant redirect to portal.php
Re: Portal as Main Page
Thnak you, but i have already an index.php, to the forum, how do i do that?
-
- 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
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.