Buddypress and WordPress on different subdomains with the same database?

Most definitely YES, this is possible:

  1. You need to activate multisite with subdomains support:
  2. One of the sites needs to be on root domain. I suggest blog.
  3. Install and network activate BuddyPress
  4. Add this line to wp-config.php: define ( ‘BP_ROOT_BLOG’, 2 ); where 2 is ID of your communitycommunity.mysite.com

And that’s about it.

Leave a Comment