Page 1 of 1

Portal as Main Page

Posted: 4. October 2010 21:27
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?

Re: Portal as Main Page

Posted: 4. October 2010 22:50
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.

Re: Portal as Main Page

Posted: 4. October 2010 23:43
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


Re: Portal as Main Page

Posted: 4. October 2010 23:44
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.

Re: Portal as Main Page

Posted: 5. October 2010 22:42
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.

Re: Portal as Main Page

Posted: 6. October 2010 08:23
by Marc
Renaming the index file would result in a 404 error, so I wouldn't do that.

Re: Portal as Main Page

Posted: 4. December 2010 16:09
by Romano
How did you resolve this bvr? i will like to make the portal my homepgae also.

Re: Portal as Main Page

Posted: 6. December 2010 12:49
by Wateva
Create an index.htm/html/php with an instant redirect to portal.php

Re: Portal as Main Page

Posted: 8. December 2010 10:34
by Romano
Thnak you, but i have already an index.php, to the forum, how do i do that?

Re: Portal as Main Page

Posted: 8. December 2010 16:05
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.