Broken links in Admin pages after deployment from Dev to Prod
I have recently deployed a SF5 site to our client's server. When I try to edit the Content Types of a Module I created when the site was on our server, I see that the URLs point to our old domain. Here's some info to explain:
- The project name is clients-name.our-domain.com
- The old URL was clients-name.our-domain.com
- The new URL is dev.clients-name.com
- When I view my custom Module, the "Content types" link (In the right-hand-side Manage panel) has the URL http://clients-name.our-domain.com/Sitefinity/Administration/Module-builder/module/type/4702c63e-5c32-401d-b58b-ad840a1a58ea
My question is - Do I need to update the project name and/or anything else when I deploy to a new server/domain? I have already obviously changed the database connection but I'm wondering if the project name has to match the domain or if there is any caching of domain name in the database that I need to update.
Thanks,
Nick
I found a solution to this problem.
There are links within the config file for Custom Modules that need to be updated (DynamicModulesConfig.config). I had to update these links, save the file and then restart the website.