Re: Trouble with directories
Found a solution.
Added
define ( ‘BP_ROOT_BLOG’, ‘2’ );
To wp-config.php set the blog that should run BP. In this case, blog id=2
Found it at:
https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/
Thank you for the great documentation.