Re: BuddyBar for bbPress
@Rohan: Nope, that trick didn’t work..
But if I delete the following from the bb-config file the site shows up again:
if ( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {
define( ‘WP_USE_THEMES’, false );
include_once( ‘my/domain/wp-blog-header.php’ );
header( “HTTP/1.1 200 OK” );
header( “Status: 200 All rosy” );
}