MyBB Community Forums

Full Version: cant sign in to my site
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Go into filezilla(or any other way to connect to your sites files) and go to inc/settings.php edit that file and look for this.
$settings['cookiedomain'] = "";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";

This would apply to you.
If your URL is http://subdomain.example.com, your settings should be:
Cookie Domain: subdomain.example.com OR .example.com
Cookie Path: /

so try this.

$settings['cookiedomain'] = "jtagmoddingteam.herobo.com";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";

Someone more experience correct me if I am wrong.
Pages: 1 2