MyBB Community Forums

Full Version: Switched domains and I am having problems with Settings.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey so I just switched my domain, and I changed my board url/cookie domain/etc. in the settings.php, and it was working fine for a bit, but just a minute ago it reverted back to my old domain. Does anybody know how I can prevent this from happening again?
Did you change them in the ACP too...??
1. Edit settings.php to reflect new domain (cookies, url,path)
2. Go into admincp immediately and make these changed permanent in database.


If you don't do step 2 next time you install a plugin or change a setting your manual settings.php changes will revert.

Maybe at the top of settings.php it should say something like this.

Quote:If you are making any manual adjustments to this file in order to make them permanent you must also change them in admincp.
Ahh thank you labrocca! I didn't think to change it in the ACP too.