Page 1 of 1

Portal.php as Main page

Posted: 13. February 2009 17:58
by bmroyer
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://www.brandonroyer.com

What have you done before the problem was there?


What have you already tryed to solve the problem?
yup

Description and Message
I uploaded phpbb3 to the root directory. I then install the portal. I changed the htaccess file like I was suppose to. but it always goes to my forum index instead of the portal. I could make an html index file and have it redirect, but I don't want to go that route.

Re: Portal.php as Main page

Posted: 13. February 2009 18:34
by kb0000
I think u should write in ur .htaccess file portal.php before index.php

Re: Portal.php as Main page

Posted: 13. February 2009 20:06
by bmroyer
tried it same thing

Re: Portal.php as Main page

Posted: 13. February 2009 20:10
by thomas.d

Re: Portal.php as Main page

Posted: 14. February 2009 22:51
by kb0000
In your folder have you put the portal.php file?
Check it, if it does not exist then it will go to index.php

Re: Portal.php as Main page

Posted: 15. February 2009 00:16
by bmroyer
he told me this
You could create a file called index.php and put something like this in it:
<?php
header('Location: http://www.BrandonRoyer.com/portal.php');
?>

Unfortunately though, your account type does not include the .htaccess file capability.

-Tyler
Host Ultra
Account Services Staff
so now what do I do?