Forum Replies Created
-
Forums will be active after installing bbpress
Did you install buddypress pluging and bbpress plugin ?Because they are different
@mercime : Thank you so Much.
fresh installation with a Linux host , edited my Permalinks , installed buddypress.
ALL WORKING GREAT 🙂 .
My permalinks is customized as following:
http://indonesia.nexeviintl.com/%postname%when I click on members I got 404 error
My pe is customized as following:
http://indonesia.nexeviintl.com/%postname%when I click on members I got 404 error
@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>
@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.
Any Help ???