MyBB Community Forums

Full Version: Cookie domain, path
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, i'm working on a new website+forum
website: example.com
forum: example.com/forum

I'm having login problems in forum, nowi'm editing the inc/settings.php in ftp, because i can't even see the forum, is it right?

$settings['bburl'] = "http://example.com/forum/";
$settings['cookiedomain'] = ".example.com";
$settings['cookiepath'] = "/forum/";
(2013-02-10, 03:56 PM)kaRanLık-61 Wrote: [ -> ]http://community.mybb.com/thread-126359.html read.
I did.

Quote:If your URL is http://www.example.com/myforum/, your settings should be:
Cookie Domain: .example.com
Cookie Path: /myforum/

Fixed, in inc/settings.php i have the settings right, admin-cp not...