Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • robinlolo
    Participant

    @robinlolo

    Forums will be active after installing bbpress
    Did you install buddypress pluging and bbpress plugin ?

    Because they are different


    robinlolo
    Participant

    @robinlolo

    @mercime : Thank you so Much.

    fresh installation with a Linux host , edited my Permalinks , installed buddypress.

    ALL WORKING GREAT 🙂 .


    robinlolo
    Participant

    @robinlolo

    My permalinks is customized as following:
    http://indonesia.nexeviintl.com/%postname%

    when I click on members I got 404 error


    robinlolo
    Participant

    @robinlolo

    My pe is customized as following:
    http://indonesia.nexeviintl.com/%postname%

    when I click on members I got 404 error


    robinlolo
    Participant

    @robinlolo

    @mercime : I have contact my web hosting company and they said they support buddypress installation.

    they said you might have a problem with your .htaccess redirecting.

    please have a look on its code

    RewriteBase /
    
    #uploaded files
    
    RewriteRule ^(.*/)?files/$ index.php [L]
    
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    
    RewriteRule ^(.+)$ $1/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    
    RewriteCond %{REQUEST_FILENAME} -d
    
    RewriteRule . - [L]
    
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    
    RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    
    RewriteRule . index.php [L]
    
    <IfModule mod_security.c>
    
    <Files async-upload.php>
    
    SecFilterEngine Off
    
    SecFilterScanPOST Off
    
    </Files>
    
    </IfModule>
    
    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    
    RewriteEngine On
    
    RewriteBase /
    
    RewriteCond %{REQUEST_FILENAME} !-f
    
    RewriteCond %{REQUEST_FILENAME} !-d
    
    RewriteRule . /index.php [L]
    
    </IfModule>

    robinlolo
    Participant

    @robinlolo

    @mercime Thank you for your decent reply.

    I will check with them now and will let you know.

    I just want to modify my last problem … I can use the registration via wordpress , but nothing related to buddy press or bbpress is working … forums and groups member and the rest.

    Thank you again.


    robinlolo
    Participant

    @robinlolo

    Any Help ???

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