MyBB Community Forums

Full Version: I've just moved domain.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay, so I've just movied domain, what file is the settings in for the domain, I need to change it so it images display, and so I can login.

settings.php showed no sign of my domain.
The file you need to edit is inc/config.php
If you need help with the cookie settings just look at this:

http://wiki.mybb.com/index.php/Cookies
No sign of my domain in there either.
What exactly do you mean? You edit the settings in inc/config.php to match your new domain. That should fix it and you will be able to log in. Same with the images.
No, the forum is still thinking I'm using my old domain, so when I login or click any links, it automatically goes to my old domain.
Did you transfer all of the forum's files over to the new host? Then you would just edit the settings and change the board URL so it doesn't redirect to your old URL.
There is no new host, I changed my primary domain, and I can't even get into the cpanel, where is the file that my domain is stored? like when you set it up with the installation.
Check this:
$settings['bburl'] = "http://yourdomain.com/mybb";

And this:

$settings['cookiedomain'] = ".yourdomain.com";
$settings['cookiepath'] = "/mybb/";
Well I think you should ask your host. I don't know what host you have, and I definitely don't know how they store their files.
(2011-05-14, 11:14 PM)labra Wrote: [ -> ]There is no new host, I changed my primary domain, and I can't even get into the cpanel, where is the file that my domain is stored? like when you set it up with the installation.

Are you trying to access cPanel with your old domain or new domain? We can't help you if you can't access cPanel... you will need to ask your host.

You also need to update your board URL and cookie settings in ./inc/settings.php and then change them in the ACP.