Forums

Join
bbPress Support ForumsInstallationmissing path

Info

missing path

  1. Hi, I followed the steps to install this forum, everything looks fine, the forum is up and running, the problem now, as soon as I try to access my profile I get an 404, cause there is no directory named /forum/profile/

    I gave before setup new a chmod 777 to /forum/ but its the same problem.
    I made the /forum/profile/ manual, but nothing change...

    so, now I just need to know, this problem is between my ears or can be solved :-)

    MySQL Client-Version: 4.1.11
    PHP-Version 4.4.7
    Forum is installed without wordpress

    Thanks

  2. again me... same problem for path /topic/1?replies=1

    also no dir /topic/ and 404

  3. You need to turn off permalinks, at least for now, to get this working. In your config.php, make the mod_rewrite line look like this:

    $bb->mod_rewrite = false;

  4. Thanks a lot, seems it was my mistake

  5. Not a mistake, just that permalinks don't work out of the box. Turning them off is a quick fix, but if you want permalinks, you'll have to set them up.

  6. You must log in to post.