Page 1 of 1

Portal.php instead of Index.php

Posted: 11. May 2010 10:17
by Creative
Your Portal Version: 1.0.5
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://l2dragonriders.atw.hu/

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
Hi there

I have installed a new forum, and get this interesting mod. I really like it, and get some options changed to fit my needs. Now i want to make the portal.php onload instead of the basic index.php. I changed my .htacces to this :
"<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
DirectoryIndex portal.php"
But the index.php loads in every time i open the site. Is it a good and/or standard resolution to edit the index.php with the content of portal.php ?

Creative

Re: Portal.php instead of Index.php

Posted: 11. May 2010 11:25
by talonos
try putting

Code: Select all

DirectoryIndex portal.php index.php
and see if that works. if not then your host might be restricting custom .htaccess and forcing there own to load banner at the top of all your pages

Re: Portal.php instead of Index.php

Posted: 11. May 2010 22:51
by Creative
Doesn't work :( Any idea how to make it work?

Re: Portal.php instead of Index.php

Posted: 12. May 2010 01:52
by Marc
If it doesn't work that way, contact your hoster. They should be able to control this.