Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

  • staipa
    Participant

    @staipa

    no one have solved this problem?


    staipa
    Participant

    @staipa

    PROBLEM SOLVED!
    The problem is “404 Redirection” plugin. Disabling this plugin now Buddypress work fine.


    staipa
    Participant

    @staipa

    IAt this point, however, I’m not sure that the problem is not linked to .htaccess…


    staipa
    Participant

    @staipa

    It not resolve my problem. My .htaccess now is

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]

    deny from all

    order deny,allow

    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^[_0-9a-zA-Z-]+/(.*.php)$ $1 [L]
    RewriteRule . index.php [L]


    staipa
    Participant

    @staipa

    Ops…. it is only a problem with privacy setting!!!

Viewing 5 replies - 1 through 5 (of 5 total)
Skip to toolbar