Re: 404 Not Found
Sounds like your server does not support slugs or pretty permalinks, or you did not create the .htaccess file. I would start by changing your config to turn off mod_rewrite like this (like 26 in config.php):
$bb->mod_rewrite = false;
That should make your forum visible again.