Info
- 4 posts
- 2 voices
- Started 4 years ago by enquirer32
- Latest reply from chrishajer
- This topic is not resolved
Links take me back to the blog root directory
-
- Posted 4 years ago #
I have installed the latest version of bbPress in a sub-directory of my blog ../bb
Links for template pages generally work and so does the link to the admin and presentation, plugins etc.
But the links to Add Topic, Forums etc all just take me back to the blog home page. Is this something to with WordPress Integration which I have somehow messed up?
Any help much appreciated
-
- Posted 4 years ago #
Can you post a URL and possibly your config?
-
- Posted 4 years ago #
OK, found out what it was - but how can i use pretty urls?
By rediting the config file to short urls false the problem has gone away:
$bb->mod_rewrite = false;
So, why if set to true isn't it working. What happens is the directory mysite.com/bb/topic (say) goes back to the home page of the main blog at mysite.com
-
- Posted 4 years ago #
Maybe this will help:
http://bbpress.org/documentation/faq/#pretty-permalinks
http://bbpress.org/forums/topic/13?replies=13In addition to making the change to true in the config, you need to create the rules in an .htaccess file in your server root. Your server needs to support it too.
-
You must log in to post.