I've finished integrating 2.5 WP with BBpress and everything was working fine, until I changed something and broke my bb-admin page.
I have require_once('../wp-blog-header.php'); in my bb-config.php which was working correctly at one point in time.
Now I see that /bb-admin/ doesn't work because the relative path is broken.
This is where my knowledge fails me, how do I find the Absolute Path to blog-header or how do I trick /bb-admin/ to reading the relative path properly?
Thanks a bunch.