Forums

Join

Info

404 errors

  1. hi,

    i was able for the most part to get bbpress installed and integrated with an existing wp site. here's a link:

    http://www.sleeptalkin.com/blog/bbpress/

    i'm just having an issues with some of the pages not being found. for example ... i can create an issue but can view any of them:

    http://www.sleeptalkin.com/blog/bbpress/topic/4?replies=1

    any thought on this?

    thank for any help you can provide.

  2. You have permalinks set to true in the config.php, yet your .htaccess doesn't know what to do with it, hense the errors.

    Take a look at:

    http://bbpress.org/documentation/faq/#pretty-permalinks

    Trent

  3. Trent ... thanks for the quick response ...

    i just found this post: http://bbpress.org/forums/topic/378?replies=16

    and that seems to have fixed it.

    should I replace the contents of my .htaccess file with "Options +MultiViews"?

    or leave as is?

    thanks again.

  4. Personally, I have had issues with this as well. I would suggest creating a .htaccess file and place it in your bbpress root directory and only adding the following to it:

    Options +MultiViews

    That seems to work for most people. Try that first maybe? If not, maybe check what format you have in your WP .htaccess and try a combination of either the previous code or what rewrite-rules.php spits out for you.

    Thanks,

    Trent

  5. great ... i'll used what the rewrite-rules spit out and it's working fine so i'll just leave it alone : )

    thanks again trent

  6. Thanks!, this almost drove me crazy. (using Version 0.9.0.2)

  7. You must log in to post.