open your vb/index.php
exchange
PHP Code:
// Note: Only uncomment one of these!
// Use the CMS as the default script
//require('content.php');
// Use the forum as the default script
require('forum.php');
with
PHP Code:
// Note: Only uncomment one of these!
// Use the CMS as the default script
require('content.php');
// Use the forum as the default script
//require('forum.php');