I’m just setting a WP3 and Buddy Press install and I’m seeing the same thing, I’m doing nothing different to what I did last week and it all worked.
I have the same problem. base installation of wp 3.0.1 and clean BP install. The permalinks gets all wrong and all the links gives a 404..
I’m having the same problem. Just spent the last 4 hours no luck.. I think the problem may be (with me anyway is) that my “bp-template-pack” (located in the plugins folder) which contains the 6 folders that I moved to the “bp-default” directory under the “theme” folder, also needs the files within the folder “buddypress” (located in the plugins folder).
I get 404 for some, not all pages.
Hi i have the same problem,
Bp Multi stite installation 404 http://domain.com/html/members/
Im running WordPress 3.0.1. with a mulit site installation.
with s2member for the member subscription.
This are the things i allready done
http://www.domain.com/html/ >>>> main blog
http://www.domain.com/html/members/ >>>> second blog with buddypress
###############
wp-config
/** Buddy Press **/
define( ‘BP_ROOT_BLOG’, 3 );
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/html/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘www.domain.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/html/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );
#######################
.htacces
RedirectMatch 301 ^/members/(.*)$ http://www.domaincom/html/members/members/$1
RedirectMatch 301 ^/groups/(.*)$ http://www.domain.com/html/members/groups/$1
RedirectMatch 301 ^/blogs/(.*)$ http://www.domain.com/html/members/blogs/$1
RedirectMatch 301 ^/forums/(.*)$ http://www.domain.com/html/members/forums/$1
Any body a clue whats courings the 404 pages
because it looks likes bp isn’t running in the safe level
This are my settings