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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...