MyBB Community Forums

Full Version: Updated domain forgot to do in acp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
So I uploaded my doamin to my host but forgot to do it on acp... Know it won't like [sub domain or my domain what should I do]?
Edit ./inc/settings.php to reflect your new URL.
Can't find it in File Manager
Is it even in cp ?
It should be there.

*Forum root*/inc/settings.php

Name


No records found.
[Image: 2nkjle0.jpg]

Just search "settings.php".
That works what file do I edit?
settings.php
Edit: ninja'd. Toungue

public_html > *YOUR MYBB DIRECTORY NAME* > inc > settings.php

Edit that, and change the following:

Lines 40-41:
$settings['bbname'] = "BOARDNAME";
$settings['bburl'] = "BOARDURL";

Lines 53-54:
$settings['cookiedomain'] = "COOKIEDOMAIN";
$settings['cookiepath'] = "COOKIEPATH";

And then save. After that, go to the ACP and update it again, so it saves in the database.

Smile
It won't open :@
Pages: 1 2