MyBB Community Forums

Full Version: Subdomains and cookies for 1.8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My domain is www.wolvenlore.com

I have multiple forums at http://game.wolvenlore.com, but people also access them through wolvenlore.com/game

For 1.6 I had been using the following settings, which allowed logging from either URL:
Line 42: $settings['bburl'] = "http://sandbox.wolvenlore.com";
Line 51: $settings['cookiedomain'] = ".wolvenlore.com";
Line 52: $settings['cookiepath'] = "/";
Line 53: $settings['cookieprefix'] = "";
Line 93: $settings['homeurl'] = "/";

Now with 1.8 I can't get it to work the same, and only one URL option will work or the other. Either you can't log in or you get stuck logged in as an account.

Should I just limit which URL people use, or is there a way to make them both work again?