Portal.php als begin pagina i.p.v index.php

Installatie lukt niet? Plotseling een foutmelding. Of weet je niet hoe iets werkt. Problemen met phpBB2 kun je in dit archief opzoeken.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Technosoundz.nl
Berichten: 37
Lid geworden op: 20 feb 2004, 17:33
Contacteer:

Portal.php als begin pagina i.p.v index.php

Bericht door Technosoundz.nl » 12 jun 2004, 15:05

Hallo daar!

ik heb nu phpBB2 Plus 1.3 en nu wil ik dat wanneer je naar me site gaat...hij opkomt met portal.php en niet met index.php

hoe moet ik dat doen?

cartoontje
Berichten: 1518
Lid geworden op: 29 jun 2003, 10:57
Locatie: Home Sweet Home
Contacteer:

Bericht door cartoontje » 12 jun 2004, 15:13

Even een quote uit de handleiding van EZ Portal (van Smartor):
# HOW TO MAKE YOUR WEBSITE OPEN TO FILE portal.php INSTEAD OF index.php ?
# You can use one of the following methods! Lots of luck!
#
#
# o Method 1: (for Apache server)
# create/modify file .htaccess in phpBB root directory
# add/edit this line:
#
# DirectoryIndex index.html index.htm portal.php index.php
#
#
# o Method 2: {use JavaScript - if you cannot apply the 1st method)
# create file index.html in phpBB root directory (without #)
#
# <html>
# <head>
# <title>Redirecting...</title>
# <script language="JavaScript">
# self.location.href='portal.php';
# </script>
# </head>
# <body>
# </body>
# </html>
#
# if your phpBB was placed in a subdirectory to the
# webroot, like: http://something.com/forum
# you could create index.html in the webroot and modify the
# line 5 to self.location.href='forum/portal.php';
#
#
# o Method 3: I think maybe you can find out method 3 yourself ;)
#
#--------------------------------------------------------------------
:)

Technosoundz.nl
Berichten: 37
Lid geworden op: 20 feb 2004, 17:33
Contacteer:

Bericht door Technosoundz.nl » 12 jun 2004, 15:17

ok tnx...had die handleiding niet :thumb:

Technosoundz.nl
Berichten: 37
Lid geworden op: 20 feb 2004, 17:33
Contacteer:

Bericht door Technosoundz.nl » 12 jun 2004, 15:21

en het is gelukt...tnx :bier:

Gesloten