Forums

Join
bbPress Support ForumsTroubleshootingPages aren't working

Info

Pages aren't working

  1. Does anybody know why when a forum is clicked from the main menu does it go to my wp index page. I suspect it has to do with bbpress files being in a folder not on the main root, but i can't figure out what i need to change.

    Same thing happens when I go to my profile page.

    Thanks for any help.

  2. 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.

  3. You must log in to post.