was muss ich hier ändern damit der Header die richtigen links ausführt?
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './../'; // <--
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
?>
<table width="100%" cellspacing=0 cellpadding=3>
<tr>
<td align="left" width="100%" valign="middle" bgcolor="#cccccc"><?PHP
include ("
http://www.vestnetz.com/phpbb/blackboar ... d_pro.php3");?></td>
</tr>
</table>
<?
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
das neue verzeichnis habe ich
blackboard genannt und es liegt im phpbb-Verzeichnis, und ich rufe eine index.php3 mit diesem inhalt auf. Die Seite funktioniert auch, nur im Header da steht dann immer das (blackboard/faq.php) Verzeichnis davor.