MyBB Community Forums

Full Version: Domain Change and MyBB Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I changed the domain in which I originally installed my MyBB installation was installed and now my MyBB board doesn't look right do I need to change like a config file to show the new domain instead of the old?
./inc/config.php

Make sure the file reflects your URL change.
Okay what do I need to look for in ./inc/config.php?
Bump!
I think settings.php, not config, is the file you want.

$settings['bburl'] = "http://yourdomain.com/mybb";
and
$settings['cookiedomain'] = ".yourdomain.com";
$settings['cookiepath'] = "/mybb/";
need to be changed. This can & should be done from within the AdminCP however.
I got it now thanks for your help!
That is not true, change it in your database, then delete your settings.php, then the changes will filter through automatically Smile
(2011-02-27, 07:26 AM)cgrm25 Wrote: [ -> ]I got it now thanks for your help!

NP, +rep's always appreciated Wink
Editing in settings.php and then in the ACP is usually quicker than doing it in phpMyAdmin.
where i can find settings.php file ?
^ in inc folder of your MyBB files server