Info
- 7 posts
- 2 voices
- Started 4 years ago by Ben L.
- Latest reply from Ben L.
- This topic is not resolved
Moving bbPress
-
- Posted 4 years ago #
I want to move my bbpress installation from a subfolder to a subdomain, but every time I try, I can't log in and the theme is broken.
Does anyone know how to fix this problem?
-
- Posted 4 years ago #
You need to update your config.php file.
-
- Posted 4 years ago #
It's just
$bb->urithat I have to update, right? -
- Posted 4 years ago #
Can you link to the subdomain and copy your config.php to http://bb.pastebin.com/ so I can have a look please?
-
- Posted 4 years ago #
-
- Posted 4 years ago #
For some reason bbPress seems to think your theme is in root. I'd ask you to set the theme again, but, you know, what with not being able to log in ...
so first of all, please add
define('COOKIE_DOMAIN', '.llamaslayers.com');to your config.php. Hopefully that'll let you log in. -
- Posted 4 years ago #
It doesn't do much of anything to add
define('COOKIE_DOMAIN', '.llamaslayers.net');ordefine('COOKIE_DOMAIN', 'llamaslayers.net');to the config.php file.Edit: It works to remove the values of
$bb->wp_homeand$bb->wp_siteurl -
You must log in to post.