Here it goes, assuming you have a fresh installed board, on the mainpage of your website(index.php I guess), on the top of it insert this: <?php define('IN_PHPBB', true); $phpbb_root_path = './forum/'; $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.' . $phpEx); includ...