MyBB Community Forums

Full Version: Changing my domain
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,
On my site www.mainmodders.co.cc as you can see i am currently running on a .co.cc domain when i would like to purchase a .com domain but my question is if i bought a .com for my mybb site would it be possible to tranfer the domains so it would become www.mainmodders.com ?
:oops: my oversight of the query ..

do you have access to current installation's database & ftp account / webhost panel access

if you have access to the above then you can take backups & move
(2011-07-02, 02:05 PM)Dannyboy19 Wrote: [ -> ]Hello everyone,
On my site www.mainmodders.co.cc as you can see i am currently running on a .co.cc domain when i would like to purchase a .com domain but my question is if i bought a .com for my mybb site would it be possible to tranfer the domains so it would become www.mainmodders.com ?

Just upload the site's files to your new domain root.
Edit inc/settings.php.

Find:
Quote:$settings['bburl'] = "http://www.mainmodders.co.cc";

Replace with:
Quote:$settings['bburl'] = "http://www.mainmodders.com";


Find:
Quote:$settings['cookiedomain'] = ".mainmodders.co.cc";

Replace with:
Quote:$settings['cookiedomain'] = ".mainmodders.com";