Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • rajeev 18 posts 38 karma points
    Feb 20, 2011 @ 06:35
    rajeev
    0

    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.  

  • Daniel Bardi 927 posts 2562 karma points
    Feb 20, 2011 @ 07:00
    Daniel Bardi
    0

    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" />
  • 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.

Please Sign in or register to post replies