MyBB Community Forums

Full Version: No css after installation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I just installed mybb on namecheap with cpanel.
The forums is installed under /forum/ and should have the correct permissions
domain is forum.maestrea.com or maestrea.com/forum and as you can see it's not working
I think I set the cookie settings wrong:
$settings['cookiedomain'] = "forum.maestrea.com";
$settings['cookiepath'] = "/forum/";
$settings['cookieprefix'] = "";

/forum/cache has file permission 777
/forum/cache/themes has file permission 777

it's only the forums that's broken, the acp is fine.

Any suggestions?

Edit, when clicking on a link like "help" it takes me to "http://forum.maestrea.com/forum.maestrea.com/misc.php?action=help"
so after checking the settings.php I found this:
$settings['bbname'] = "Maestrea Forums";
$settings['bburl'] = "forum.maestrea.com";
Looks right?

Edit2:
Changed
$settings['homeurl'] = "http://maestrea.com/";
to
$settings['homeurl'] = "http://www.maestrea.com/";

and
$settings['bburl'] = "forum.maestrea.com";
to
$settings['bburl'] = "http://forum.maestrea.com";

and left the cookie settings alone, now it works Smile