Forums
-
- Forum
- Posts
-
- Installation
- 28,553
- Troubleshooting
- 62,905
- Themes
- 10,445
- Plugins
- 15,400
- Requests & Feedback
- 14,997
- Showcase
- 3,259
-
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;