
Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
Archive
Meta
Tag Archives: LinkManager
Sitecore Links with LinkManager and MediaManager
This article describes how Sitecore handles internal and external links, how you can resolve the correct URL to an item, and what you should know about links when building multisite and multilanguage websites. To render a corrent URL you use … Continue reading
Posted in .net, c#, Sitecore 6
Tagged LinkManager, LinkProvider, MediaManager, Sitecore, SiteResolving
1 Comment
Sitecore cross-site and cross-language links resolved in 6.4.1 release 120113
In my previous post, Sitecore links in multisite solutions – SiteResolving, I described a limitation to the LinkManager when having multi-site and multi-language solutions. The limitations occur in solutions where you have seperate domain names for languages AND having multiple … Continue reading
Sitecore links in multisite solutions – SiteResolving
One of the key features in Sitecore is that you can have multiple sites in the same installation. This is not just about saving money on licenses. The feature allows you to, for example, operate one main website and a … Continue reading
Working with multiple sites in Sitecore
Sitecore is a multisite system, meaning that you can administer multiple websites in the same Sitecore, and that these websites can share common data (like users, templates, masters, items, etc.). Each website in Sitecore will run in its own context, and … Continue reading
Posted in .net, c#, Sitecore 6
Tagged context, hostName, LinkManager, Multisite, rootPath, Site, Sitecore, startItem
16 Comments
LinkManager – Working with URL’s in Sitecore 6
Have you noticed that a page in Sitecore 6 can be accessed through several URL’s? This is an example of the products page on the Sitecore website. The following URL’s are all valid and points to the same page and … Continue reading
Sitecore.Links.LinkManager and the context
A new feature in Sitecore 6 is the LinkManager. Previously, in Sitecore 5, in order to get a friendly url (an URL with the .aspx extension) you would write the following: In Sitecore 6, the GetFriendlyUrl() is deprecated. Instead we … Continue reading