MyBB Tutorials

Problem - MYBB is not allowed to log in after changing the domain

Submitted by Mixxer, , Thread ID: 92791

Thread Closed
Guest
Level:
0
Posts:
N/A
Likes:
0
Credits:
0
20-06-2018, 01:40 PM
#1
To change the domain, just take a few minutes to display the forum at the new address.

At the very beginning you need to connect the new domain to the forum directory, then use the FTP client to download the inc / setting.php file. Using the PHP editor, open this file and change the following lines:
Code:
38 $settings['bburl'] = "http://new_adress"; //The adress cant end with a slash
52 $settings['cookiedomain'] = "new_cookie_domain";
53 $settings['cookiepath'] = "new_cookie_path";

DONE!

Users browsing this thread: 1 Guest(s)