I want access an old site on a new domain. The server and folder remains the same. I have pointed the new domain to the old Drupal site and updated settings.php to include
$base_url = 'http://www.newurl.com';
I can access the site, but all links in the theme and in the control panel point to http://oldurl.com. I can navigate around the site by manually altering each URL to reflect the new domain.
I’m under the impression that updating base_url should work, and take effect immediately. Have I missed something?