My URL displays the host temporary url instead of the site domain name

Permalink
My URL displays the host temporary url instead of the site domain name. Is there a quick and easy way to fix this?

 
foiseworth replied on at Permalink Reply
foiseworth
I'm not sure exactly what you mean but if you mean that, when you type in the site domain name, it automatically changes to the old development URL, you likely need to do this:

1. Open /config/site.php
2. Edit the line
define('BASE_URL', 'http://old-url.com');

3. Change to:
define('BASE_URL', 'http://new-url.com');