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 |
|
|
|