MyBB Community Forums

Full Version: Folder
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey

I installed MyBB like 5 months aga
but i want to install something like a portal, i have all that code but to make it work i need to put MyBB in a folder

Once I did that, and wanted to check the forums it gave me a 404 error page, how can I let this work without reinstalling MyBB?


I want to install it to a Folder named Forums

So my link should be myforumname.tk/Forum
How to do that?
basically the files should be moved to the sub-folder & board URL, cookie settings should be changed

~/inc/settings.php file consists of board url & cookie settings
Quote:$settings['bburl'] = "http://site.com/forum";
$settings['cookiedomain'] = ".site.com";
$settings['cookiepath'] = "/forum/";

after changing them in the settings.php file, they should be again changed at
forum admin panel >> Configuration (Settings) >> Site Details