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');

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.