Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bbPress installation not working?


thomasklaiber
Member

@thomasklaiber

In your config file it should look like this, does it?

// If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.

// Adjust the domain and path to suit your actual URL.

// Just the domain name; no directories or path. There should be no trailing slash here.

$bb->domain = 'http://patrimoineacadien.com'; // Example: 'http://bbpress.example.com'

// There should be both a leading and trailing slash here. '/' is fine if the site is in root.

$bb->path = '/bbpress/'; // Example: '/forums/'

Skip to toolbar