Change site_url but all links in search results are wrong

Hello,

looks like I found it. the .htaccess file was fine.

In public/legacy/config_overrides.php adding the following lines

$sugar_config['site_url'] = 'YOUR_SITE_URL';
$sugar_config['host_name'] = 'YOUR_SITE_HOSTNAME';

did the trick.

2 Likes