Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Updated to Desmond But Theme Not Working


chrishajer
Participant

@chrishajer

The relevant section that would affect those slashes, in the config, is this part:

// 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://my-cool-forums.example.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 = ‘/’; // Example: ‘/forums/’

What do your slashes look like there?

Skip to toolbar