Info
- 2 posts
- 2 voices
- Started 4 years ago by crossroads
- Latest reply from chrishajer
- This topic is not resolved
Pages aren't working
-
- Posted 4 years ago #
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.
-
- Posted 4 years ago #
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.
-
You must log in to post.