Jerry,
Thanks for your response.
I think everything is correct and like I said, everything except the profile links work with no problem.
Here is the top half of my 404.php.
Code:
#Currently supported : 'phpBB2' 'ubb.threads' 'vb3' 'ipb2'
$old_system = 'phpBB2';
// Domain
// Example :: http://www.example.com/phpBB/
$old_folder = 'phpbb2/'; // With trailing slash
$old_ext_type = '.php'; // Including preceding dot
$standard_404 = 'http://www.thenewx.org/404.htm'; // The usual 404 that this script replaces
// Example :: www.example.com/vBulletin/
$new_domain = 'www.thenewx.org';
$new_folder = 'forum/'; // With trailing slash
$ext_type = '.php'; // File extension type that vBulletin is using, i.e. index.php including the preceding dot