Change domain name to a previous install

I have a site that was developed with concrete5 and the domain name must be changed to a new one. How do I modify this in concrete5 to all the new site to pull up correctly.
I have the path changed with the web hosting company pointing correctly but it seems that a file in concrete5 must be modified as well.

The current site is: 1stclassrealty.com and it needs to be fiscusraa.com

Any help is greatly appreciated.

Basically you need to check the site.php in the /application/config/generated_overrides

 'seo' => [
                'canonical_url' => 'https://www.newurl.co.uk/',
                'canonical_url_alternative' => 'https://www.newurl.co.uk/',
                'canonical_tag' => [
                    'enabled' => true,
                ],

then clear cache

but looking the links it might be a little bit more than that, pm me if you get stuck.

1 Like