Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,006
- How-to & Troubleshooting
- 129,530
- Creating & Extending
- 25,790
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,784
- Showcase
- 3,316
- Ideas
- 1,398
- Miscellaneous
- 9,170
-
Hi, donno if I can be of any help, however have you changed the permlink setup from the default AND updated your .htaccess file accordingly ?`
This is how my .htaccess file looks..
`
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
`
I have little knowledge of BP so this might not be your issue at all, but it’s worth checking..
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS