Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,018
- How-to & Troubleshooting
- 129,654
- Creating & Extending
- 25,794
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,383
- Miscellaneous
- 9,180
-
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.