To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

English version - Portal into Index?

nepukjon - 21-06-2006, 15:57
Temat postu: Portal into Index?
Tried searching for this, and looked through the FAQ section, and couldnt find anything on this.

Is there anyway of turning the portal page into the index page so users go there first instead of straight to the forum?

Gracek - 21-06-2006, 18:25

there are a few ways to do this. i will introduce you with two of them:
1. make a file in your parent forum dir and call it index.html. edit this file and paste this:
Kod:
<html>
<head>
  <meta http-equiv="Refresh" content="0; url=portal.php">
</head>
</html>

2. edit your .htaccess file (main forum directory) or create it if it doesn't exist:
Kod:
DirectoryIndex portal.php



Powered by phpBB modified by Przemo © 2003 phpBB Group