Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Would anyone know why Buddypress would disable MU blog registration? Redirects MU reg to buddypress


omosha
Participant

@omosha

I’ve got an updated idea of what may be happening if someone could direct me further.

O.K. when I use the buddypress admin bar up top to log-in or out, it takes me to http://integralbeings.com/community/wp-login.php? Which is incorrect. I think that this may be one of the main problems with Buddypress redirecting MU when new blogs attempt to register. It should go to http://integralbeings.com/wp-login.php?

I’ve added:
RedirectMatch 301 ^/members/(.*)$ http://integralbeings.com/community/members/$1
RedirectMatch 301 ^/groups/(.*)$ http://integralbeings.com/community/groups/$1
RedirectMatch 301 ^/blogs/(.*)$ http://integralbeings.com/community/blogs/$1
RedirectMatch 301 ^/forums/(.*)$ http://integralbeings.com/community/forums/$1
RedirectMatch 301 ^/activity/(.*)$ http://integralbeings.com/community/activity/$1

to the htaccess file in order to redirect Buddypress to the secondary blog. Could this be the problem? Any thoughts to help me figure out this logic problem?

Cheers,
-Brant

Skip to toolbar