Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: installed correctly but links not working


studio8c
Participant

@studio8c

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

Skip to toolbar