MyBB Community Forums

Full Version: Domain problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed MyBB and worked perfect but the problem is the domain name.
I mean My domain is yourforum.com/forums
But i want it. to be yourforum.com
How do i remove the /forums


Thanks
You need to install it on root directory (public HTML). Do not install on folder "forum".
or
Just move all files and folders under folder "forums" to public HTML.
Configure /inc/settings.php

Make changes:
$settings['bburl'] = "http://yourforum.com";
$settings['cookiedomain'] = ".yourforum.com";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";