Forums

Join
bbPress Support ForumsInstallationbbpress in directory, website does not read it?

Info

bbpress in directory, website does not read it?

  1. Hello,

    It's quite odd how I put the bbpress in a directory such as /board and when when checking http://buufdesigns.com/board , it gives me a 404 error.

    My .htcaccess for the website itself is:
    '# Friendly URLs

    RewriteEngine on
    RewriteRule ^([A-Za-z0-9\_]+)/?$ /$1.php'

    404 error:
    'Not Found
    The requested URL /board.php was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.'

    I notice that the .htcaccess is directing 'everything' with a .php which the board.php is invalid, however /board/index.php is not.

    So, is there any specific way to make .htcaccess recognize as a /board not a /board.php?

    Thanks.

  2. The best thing to do is going through the permalinks in the documentation. Most can use +multiviews, but there is a workaround in this:

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

    Trent

  3. Thanks.

  4. You must log in to post.