Re: can’t access Admin page
Couple of things. I would try the first line with an absolute server path. Something like:
require_once
('www/blog/wp-blog-header.php'); ?>
As well, I am sure you have an Akismet number, but if not, best to put it as:
$bb->akismet_key = false;
Trent