Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
in my intallation Link to document property just showing the "/" slash character. How can i change to its node name.
as a result menu doesnot showing any content.
By default the top level node name is hidden as it's normally the domain (www.domain.com) otherwise you would see www.domain.com/home.aspx (or something similar)
To change this default, edit the web.config and change the following appsetting:
<add key="umbracoHideTopLevelNodeFromPath" value="true" />
to
<add key="umbracoHideTopLevelNodeFromPath" value="false" />
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
change Link to document property
in my intallation Link to document property just showing the "/" slash character. How can i change to its node name.
as a result menu doesnot showing any content.
By default the top level node name is hidden as it's normally the domain (www.domain.com) otherwise you would see www.domain.com/home.aspx (or something similar)
To change this default, edit the web.config and change the following appsetting:
to
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.