Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Can’t Login!

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