Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,003
- How-to & Troubleshooting
- 129,568
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,385
- Miscellaneous
- 9,169
-
The problem is that in your Apache configs somewhere there is a
AllowOverride None statement. It should be AllowOverride all for Apache to work right, assuming also that you have the mod_rewrite module enabled.
I had the same problem and I tracked it down to this stupid thing…..oh well. Works now.