We have a project with 2 sites set up via Bindings in IIS.
All works well apart from when a content editor adds an internal link. Sitecore stores a value in the field such as
/OSS/Home/Assets/Freshwater wildlife
But the link doesn't resolve (404) until we remove the site name and Home to get a path
/Assets/Freshwater wildlife
I think the full path, /OSS/Home/Assets/Freshwater wildlife
, is correct but how do we get Sitecore (6.5) to recognize this URL?
first of all, you need to ensure your solution use correct hostnames when you rendering that links.
Please check your site configuration :
if it's something like this. Also please check if
Rendering.SiteResolving
is true on web.config.How you render your links on code ?
If you render with :
please add: