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
Portal.php instead of Index.php
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.
Re: Portal.php instead of Index.php
try putting
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
Code: Select all
DirectoryIndex portal.php index.php
Creating board3 website? check the sites out below for board3 compatible extensions
Talonos: Pretereo stormrage EU OFFLINE!
Talonos: Pretereo stormrage EU OFFLINE!
Re: Portal.php instead of Index.php
Doesn't work Any idea how to make it work?
-
- 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.php instead of Index.php
If it doesn't work that way, contact your hoster. They should be able to control this.