Forums

Join
bbPress Support ForumsTroubleshooting404 Not Found

Info

Tags

404 Not Found

  1. hi, when clicking on a created forum or topic on my website http://www.electroindie.com, i get:

    "Not Found
    The requested URL /forum/do-it-yourself was not found on this server."
    etc for anything i make

    help please? yes i'm sure it will be simple.
    i'm new to this.


  2. Sounds like your server does not support slugs or pretty permalinks, or you did not create the .htaccess file. I would start by changing your config to turn off mod_rewrite like this (like 26 in config.php):

    $bb->mod_rewrite = false;

    That should make your forum visible again.

  3. thanks chrishajer, fixed

  4. Thanks for this post! It worked for me.

  5. You must log in to post.