Cannot connect domain to website

Hey, followup on the last thread I made, my domain (coldcheat.site) is still blacklisted for using it as just the domain. It parked fine but It won’t use the normal url I guess. Thanks for your time!

@inhonia Your website loads fine, it’s only being redirected to your 000webhost subdomain it’s not pointed.

1 Like

@inhonia Let me check what’s the issue, if possible i’ll fix it.

Try this tutorial, As this has to be done from your side.
https://community.mybb.com/thread-89262.html

You need to do these

PHP Code:
$settings['bburl'] = "http://yourdomain.com/mybb"; 
and
PHP Code:
$settings['cookiedomain'] = ".yourdomain.com";
$settings['cookiepath'] = "/mybb/"; 
need to be changed. This can & should be done from within the AdminCP however.
1 Like

Okay, thanks my guy.

do reply, if your issue is solved or not??

So the domain has changed but it appears to have messed up the visuals.

Hi @inhonia!

Please go to ACP > Configuration > Settings > General settings and change the forum URL to http://coldcheat.site/mybb

3 Likes

That worked! Thank you.