Forums
-
- Forum
- Posts
-
- Installation
- 28,418
- Troubleshooting
- 62,428
- Themes
- 10,415
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
What is the url you’re tring to install it to?
http://subdomain.domain.com/forums/
?
If that’s the case, you need to install bbPress in the directory on your server that that url points to. You config should then look like:
$bb->domain = 'http://subdomain.domain.com';
$bb->path = '/forums/';