Forums
-
- Forum
- Posts
-
- Installation
- 28,499
- Troubleshooting
- 62,608
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,971
- Showcase
- 3,257
-
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/';