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.
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.