Buddypress重定向到会员页面

I have a WordPress installation with BuddyPress and the issue is I am setting a homepage and it is not setting and redirecting to the member's page.

I have tried code to set homepage manually it doesn't work.

<?php
    $homepage = get_page_by_title( 'Home New' );

    if ( $homepage )
    {
    update_option( 'page_on_front', $homepage->ID );
    update_option( 'show_on_front', 'page' );
    }
?>

My website link is this http://3.18.60.79/members/