Info
- 6 posts
- 3 voices
- Started 5 years ago by Klueders
- Latest reply from Rubber
- This topic is not a support question
404 errors
-
- Posted 5 years ago #
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.
-
- Posted 5 years ago #
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
-
- Posted 5 years ago #
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.
-
- Posted 5 years ago #
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
-
- Posted 5 years ago #
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
-
- Posted 3 years ago #
Thanks!, this almost drove me crazy. (using Version 0.9.0.2)
-
You must log in to post.