Forums
-
- Forum
- Posts
-
- Installation
- 28,423
- Troubleshooting
- 62,490
- Themes
- 10,427
- Plugins
- 15,336
- Requests & Feedback
- 14,959
- Showcase
- 3,256
-
Sounds like the rewrite rules are not working. Start by disabling permalinks in your config.php like this:
$bb->mod_rewrite = false;
If that change allows things to work, then you know it’s a problem with permalinks on your host.