Bp Multi stite installation 404 http://domain.com/html/members/
- 
		Hi guys, 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/ 
 http://www.domain.com/html/members/ >>>> 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/$1Any body a clue whats courings the 404 pages 
 because it looks likes bp isn’t running in the safe level
- The topic ‘Bp Multi stite installation 404 http://domain.com/html/members/’ is closed to new replies.