Forums
-
- Forum
- Posts
-
- Installation
- 28,541
- Troubleshooting
- 62,922
- Themes
- 10,446
- Plugins
- 15,403
- Requests & Feedback
- 15,029
- Showcase
- 3,257
-
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;