Re: Pages aren’t working
Sounds like the rewrite rules are not working. Start by disabling permalinks in your config.php like this:
$bb->mod_rewrite = false;
If that change allows things to work, then you know it’s a problem with permalinks on your host.