Thank You!
Kim

. From there I had to sort of deduce the rest of the instructions.wolferey wrote:You can also rename portal.php to index.php. That way, you don't need to make a .htaccess file.
Also, you don't need to replace the line Kevin posted, just change it.
Move portal.php to your main folder and rename it to index.php, open it up and find:Change to (note: add forum/ to the end):$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './forum/';