Info
- 3 posts
- 2 voices
- Started 5 years ago by fuBarness
- Latest reply from fuBarness
- This topic is not resolved
bbpress in directory, website does not read it?
-
- Posted 5 years ago #
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 URLsRewriteEngine 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.
-
- Posted 5 years ago #
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
-
- Posted 5 years ago #
Thanks.
-
You must log in to post.