Skip to:
Content
Pages
Categories
Search
Top
Bottom

installed correctly but links not working

  • @lefx

    Member

    Hi, I have installed buddypress on localhost and activated the plugin and have set the permalinks. The installation is working ok but when I click on a link lets say activity I get an 404 error. this happens with all the links.

    anybody … anything about this ?

    thank you for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • @goojo

    Member

    I’m just setting a WP3 and Buddy Press install and I’m seeing the same thing, I’m doing nothing different to what I did last week and it all worked.

    @cenneth

    Member

    I have the same problem. base installation of wp 3.0.1 and clean BP install. The permalinks gets all wrong and all the links gives a 404..

    @jayst19143

    Member

    I’m having the same problem. Just spent the last 4 hours no luck.. I think the problem may be (with me anyway is) that my “bp-template-pack” (located in the plugins folder) which contains the 6 folders that I moved to the “bp-default” directory under the “theme” folder, also needs the files within the folder “buddypress” (located in the plugins folder).

    I get 404 for some, not all pages.

    @jayst19143

    Member

    @studio8c

    Participant

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘installed correctly but links not working’ is closed to new replies.
Skip to toolbar