Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Installing Buddypress on a sub domain (3 posts)

Started 10 months, 1 week ago by: igeekout

  • Profile picture of igeekout igeekout said 10 months, 1 week ago:

    Been stuck on this issue for about a day now. Ive installed a clean install of wordpress / buddypress and all sub pages (groups, forums, members) do not work. I receive page cannot be found.

    I found this resouce http://codex.buddypress.org/getting-started/install-buddypress-on-a-secondary-blog/ which tells this is for network mode. I am not using network mode.

    Any ideas or resources I should be using to install this on a sub domain?

  • Profile picture of Chouf1 Chouf1 said 10 months, 1 week ago:

    - open wp-config and add define( 'MULTISITE', false );
    somewhere before it says happy blogging

  • Profile picture of igeekout igeekout said 10 months, 1 week ago:

    Thanks @Chouf1

    After doing some diggin around my server, AllowOverride was set to None. Setting this to All and restarting the server fixed the issue.