bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

404 error: forum, topic, tag, user profile

(3 posts)
  • Started 1 month ago by hexadecimal
  • Latest reply from chrishajer
  • This topic is not resolved
  1. hexadecimal
    Member

    I just installed bbpress (Brubeck/ version 0.9.0.2) and I get a 404 error when trying to access any of the following: forum, topic, tag, user profile.

    'Pretty permalink type' set to: ...forums/first-forum

    I created an htaccess file with the following and ULed it to the bbpress root directory.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /forum.php?id=$1&page=$2 [L,QSA]
    RewriteRule ^forum/([^/]+)/?$ /forum.php?id=$1 [L,QSA]
    RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /topic.php?id=$1&page=$2 [L,QSA]
    RewriteRule ^topic/([^/]+)/?$ /topic.php?id=$1 [L,QSA]
    RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /tags.php?tag=$1&page=$2 [L,QSA]
    RewriteRule ^tags/([^/]+)/?$ /tags.php?tag=$1 [L,QSA]
    RewriteRule ^tags/?$ /tags.php [L,QSA]
    RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&page=$2 [L,QSA]
    RewriteRule ^profile/([^/]+)/([^/]+)/?$ /profile.php?id=$1&tab=$2 [L,QSA]
    RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&tab=$2&page=$3 [L,QSA]
    RewriteRule ^profile/([^/]+)/?$ /profile.php?id=$1 [L,QSA]
    RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /view.php?view=$1&page=$2 [L,QSA]
    RewriteRule ^view/([^/]+)/?$ /view.php?view=$1 [L,QSA]
    RewriteRule ^rss/?$ /rss.php [L,QSA]
    RewriteRule ^rss/forum/([^/]+)/?$ /rss.php?forum=$1 [L,QSA]
    RewriteRule ^rss/topic/([^/]+)/?$ /rss.php?topic=$1 [L,QSA]
    RewriteRule ^rss/tags/([^/]+)/?$ /rss.php?tag=$1 [L,QSA]
    RewriteRule ^rss/profile/([^/]+)/?$ /rss.php?profile=$1 [L,QSA]
    </IfModule>

    HELP! HELP!

    URL: http://openkyoto.com/kyoto-support/

    Posted 1 month ago #
  2. hexadecimal
    Member

    Doesn't anyone want to help me out with this one?

    PLEASE!!

    Posted 1 month ago #
  3. Have you tried with permalinks set to none? Sounds like those mod_rewrite rules are not working on your server. Change permalinks to none and then see if your forum works. If it does, then you just need to get permalinks working.

    Posted 1 month ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.