this is a new installation and I think I missed something .. The links are going some where else that is not in the bbpress directory.
http://thefouragreements.rleon.net/bbpress/
Also how would I put it in the root directory ?
thanks
rleon
this is a new installation and I think I missed something .. The links are going some where else that is not in the bbpress directory.
http://thefouragreements.rleon.net/bbpress/
Also how would I put it in the root directory ?
thanks
rleon
For right now, turn off permalinks in your config.php
$bb->mod_rewrite = false;
Looks like you have it set to 'slugs' right now but your .htaccess rules are not allowing that. Set it to false for now and you can figure out permalinks later.
Oh, and to put it in the root directory, just move all the files from the bbpress folder into the root folder for your website. That assumes there is no other site in the root folder right now to conflict with. But if you just want a forum for your website, put everything in the root folder, not a folder called bbpress.
I'm not sure what else has to happen for you to make that move now. Since you don't have too much going on there yet, you might want to just reinstall it in the root folder.
You must log in to post.