Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Login Issues – Can’t figure out…

Found my solution here….

https://bbpress.org/forums/topic/17?replies=26

Thanks astereo:

Solved my problem. It was coming from

#

$bb->wp_table_prefix = false; // ‘wp_’; // WordPress table prefix.

#

$bb->wp_home = false; // WordPress – Options->General: Blog address (URL) // No trailing slash

#

$bb->wp_siteurl = false; // WordPress – Options->General: WordPress address (URL) // No trailing slash

I had set the urls only to domain.com/directory, when I added the http and www it worked fine.

Skip to toolbar