@robinlolo I assume that you’re on a Windows server hence the index.php added to your URL for pretty permalinks like http://indonesia.nexeviintl.com/index.php/members/ Adding index.php is not going to work with BuddyPress.
Check out https://codex.buddypress.org/developer/developer-docs/iis7-web-config/ or https://codex.wordpress.org/Using_Permalinks#Permalinks_without_mod_rewrite or contact tech support of your webhosting service for assistance. Please make sure that your pretty permalinks are working before activating BuddyPress again.
@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.
@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>
My pe is customized as following:
http://indonesia.nexeviintl.com/%postname%
when I click on members I got 404 error
My permalinks is customized as following:
http://indonesia.nexeviintl.com/%postname%
when I click on members I got 404 error
@robinlolo I’m getting Service Unavailable – HTTP Error 503. The service is unavailable
when I go to your site. It would be better for you if your webhost can move you from Windows/IIS hosting to Linux/Apache hosting.
But if that’s beyond your control, I suggest that you deactivate all plugins including BuddyPress. Resolve pretty permalinks without index.php in your WordPress installation first at https://wordpress.org/support/forum/how-to-and-troubleshooting
@mercime : Thank you so Much.
fresh installation with a Linux host , edited my Permalinks , installed buddypress.
ALL WORKING GREAT 🙂 .
@robinlolo Cheers. Marking this as resolved 🙂