bbpress in directory, website does not read it?
-
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.
- You must be logged in to reply to this topic.