Forums
-
- Forum
- Posts
-
- Installation
- 27,631
- Troubleshooting
- 60,564
- Themes
- 10,191
- Plugins
- 14,981
- Requests & Feedback
- 14,607
- Showcase
- 3,238
-
I have WP running at /
and bbPress at /forum/
.
This is the configuration I’m using:
Note that there was an error in one of the rules Sam posted:
rewrite ^/topic/([^/]+)/?$ /bbpress/topic.php?id=$1 last;
should have been
rewrite ^/topic/([^/]+)/?$ /topic.php?id=$1 last;
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS