• Hi all,

    i’m totally not an IT guy, so i don’t know anything about coding. I learn to build website with WP by learning from internet.

    this is my first time i use BBpress to build a forum website.

    this is my web: https://www.buangstres.gratis/
    i use WP version 4.0
    i use theme Skeleton: https://themes.simplethemes.com/skeleton/

    i found that all my Child forums having problem: page not found

    this is what i’ve already done:
    – reset the permalinks
    – deactivate all plugin (include bbpress), activate only bbpress

    all isn’t working

    need the solution desperately… anyone can help me? it will be a huge appreciation from me

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter josuawahyudi

    (@josuawahyudi)

    additional information, i use these plugins:
    – akismet
    – easy WP smtp
    – simple local avatars
    – simple shortcodes (reccomendation fro the theme)
    – WP-members
    – WP-pagenavi (reccomendation from theme)

    Thread Starter josuawahyudi

    (@josuawahyudi)

    just resolve my problem!

    this is what i do:

    1. change my permalinks to “postname” just like robin suggested
    2. i create “.htaccess” file (since i dont have that file)

    this is how to create that file:
    – simply open your notepad
    – copy paste this code:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    – save as “.htaccess” (you will get file with extension txt)
    – copy file with FTP to sites/domain/www
    – rename file, erase txt extension

    DONE!
    my child forum is active now!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin] BBPress – Child Forum Page Not Found’ is closed to new replies.