MyBB Community Forums

Full Version: transfering my old domain to my new one
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i just bought a new domain, is there a way i can just transfer all the info from my old one to my new one without having to reinstall any plugins and stuff?
Simple answer = Yes


#
Update inc/settings.php
Update your .htaccess (if you have the old domain name there)
Update in the database mybb_settings table: the Board URL, cookie domain, and "Home URL"

##
If you are using APC cache, then " apachectl -k graceful " (restart apache gracefully)


###
That should work the first time, unless I forgot something. Toungue