ezportal

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Marioow
Berichten: 52
Lid geworden op: 23 dec 2004, 08:43
Contacteer:

ezportal

Bericht door Marioow » 21 mar 2006, 16:27

Ik heb het Ez portal in mijn forum zitten maar als ik nu een Redirecting maakt dan komt de site nog steeds op de index.php uit ipv portal.php weet iemand hoe dit kan en hoe je dit verhelpt ?:? :?
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 META tag - if you cannot apply the 1st method)
create file index.html in phpBB root directory (without #)

<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0;url=portal.php">
</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 4 to <meta http-equiv="refresh" content="0;url=forum/portal.php">

Raimon
Berichten: 4397
Lid geworden op: 27 aug 2005, 12:59
Contacteer:

Bericht door Raimon » 21 mar 2006, 18:33

Je kunt het in een html bestand zetten,
Of je kan bij een betaalde host het redericteren naar de portal in de meeste gevallen.

Of anders deze mod: http://www.phpbbhacks.com/download/5971 :wink:

Gesloten