moved to a new server changed URLs NOW Campaign URL Trackers are not workring

Hello - I moved suitecrm to its own server so I went from http://mydomain.com/crm to http://crm.mydomain.com, the campaign URL trackers are not working. Is there a setting or configuration that needs to be done to change this? I am not wawre of any but any thoughts or ideas would be greatly appreciated.

Cheers,

phil

1 Like

Hi,

If you move your instance to another URL, there are a couple locations that you might want to take a look at, and update if necessary.

in your config.php file, there is the “site_url” value.
This will likely be pointing towards your old URL, you will want to update this to point to your new URL.

If you have used Cron to run the scheduled task, you might want to update your cron file so the line used by the CRM is now pointing towards the new URL

And finally, the CRM will likely have a .htaccess file, (Which is a hidden file).
If the CRM has this file, you may want to update the “Rewritebase” value to point towards the new URL.

If you update these, then there should be minimal issues going forward

2 Likes

John - Thank you! It turned out to be my config.php as URLs being generated had http://www.crm.mydomain.com rather than http://crm.mydomain.com. Problem was solved.

Cheers,

Phil

Hi,

Good to hear.
Thanks for the update!