Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BuddyPress on a Sub Directory Installed WP 2.9.1


Windhamdavid
Participant

@windhamdavid

OK ~ i was able to get the bp 1.2 default running perfectly using a subdirectory install with the current wp trunk I am using multi-site ~ with only one modification –

Make sure your rewrite base for .htaccess is correct in your root and these are also correct.

$base = '/~david/your_root/';

define('DOMAIN_CURRENT_SITE', '127.0.0.1' );

define('PATH_CURRENT_SITE', '/~david/your_root/' );

..and then add this to you wp-config pointing to your subdirectory wp-content

define( 'WP_CONTENT_URL', 'http://127.0.0.1/~david/test/whatever_your_subdirectory_is/wp-content');

Skip to toolbar