normaler weise sieht das ja so
und so aus<?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);
$page_title = 'header';
$weiterleitung = '<meta http-equiv="refresh" content="10; URL=index.php">';
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
?>
kann man da was machen ?<?
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>