|
|
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo
|
|
Portal as mainpage |
Autor |
Wiadomość |
math
Posty: 9
|
Wysłany: 17-05-2007, 11:33 Portal as mainpage
|
|
|
Hallo
I've got a question: How can I do, that the the portal-page came directly as the mainpage ? |
|
|
|
 |
Gadatliwa Kasia
|
|
|
|
Centurion


Pomógł: 543 razy Posty: 1972
|
Wysłany: 17-05-2007, 12:29
|
|
|
The easiest way is editing .htaccess file in your top forum directory and write there something like that:
Kod: | DirectoryIndex portal.php |
note that .htaccess is hidden file and may not be visible while listing the FTP directory |
_________________ Poza forum pomagam tylko odpłatnie
• przenoszenie/łączenie/naprawianie baz danych
• instalacja/pisanie modów, aktualizacja for z zachowaniem modów
• programowanie php/mysql |
|
|
|
 |
nicon

Pomógł: 359 razy Posty: 2151
|
Wysłany: 17-05-2007, 13:47
|
|
|
Cytat: | The easiest way is editing .htaccess file in your top forum directory and write there something like that:
Kod:
DirectoryIndex portal.php |
The best if U set:
Kod: | DirectoryIndex portal.php index.php index.html |
In that way, if portal.php will be in this folder, first script will try to run it, if not will try index.php, etc.
Cytat: | note that .htaccess is hidden file and may not be visible while listing the FTP directory |
If U can't find this file, just make new...
Name:
.htaccess |
_________________ Pozdrawiam, Piotr `nicon` Kowalczyk.
Pomoc poza forum tylko odpłatna.
DBA - jak sama nazwa wskazuje - jest to osoba, która dba o bazy danych. |
|
|
|
 |
JA$ON
Posty: 116
|
Wysłany: 17-05-2007, 17:34
|
|
|
or you just create a index.html file with the source code like this one:
Kod: | <html>
<head>
<title></title>
<meta http-equiv="refresh" content="0; URL=portal.php">
</head>
<body>
</body>
</html>
|
the<meta http-equiv="refresh" content="0; URL=portal.php"> means the page redirects you to portal.php after 0 seconds. |
_________________ Hey Gość, please take second to visit my Portal. |
|
|
|
 |
|
Nie możesz pisać nowych tematów Nie możesz odpowiadać w tematach Nie możesz zmieniać swoich postów Nie możesz usuwać swoich postów Nie możesz głosować w ankietach Możesz załączać pliki na tym forum Możesz ściągać załączniki na tym forum
|
Dodaj temat do Ulubionych Wersja do druku
|
Kopiowanie wszelkich treści zawartych na forum, modyfikacji oraz instrukcji bez zgody administracji i autorów tematów/postów zabronione!
Powered by phpBB modified by Przemo © 2003 phpBB
|