Copied to clipboard

Flag this post as spam?

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


  • Hassan 79 posts 264 karma points
    Jun 06, 2016 @ 07:32
    Hassan
    0

    Correct URL to show page's content

    Hi.

    I have a problem with page URLs.

    I created a main page with name Home in my project and a sub page with name Customers and Customer page's sub page name is Feedback.

    When I clicked on Link to document in page properties tab, URL is:

    "Domain/customers/feedback/" and it show feedback page correctly. Please see this image:

    enter image description here

    But when I clicked on the Website to see Feedback page, URL is:

    "Domain/home/customers/feedback/" and it doesn't show Feedback page. Please see this image:

    enter image description here

    I want to see the content of page in full URL like "Domain/home/customers/feedback/".

    What is this problem? What can i do for solve it?

    With thanks.

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Jun 06, 2016 @ 09:03
    Dennis Aaen
    100

    Hi Hassan,

    So if I understand your question correctly then you want the url to include the top level domain in the Url.

    If so go to the web.config file and search for the key

     <add key="umbracoHideTopLevelNodeFromPath" value="true" />
    

    Change the value to false, and the recycle the application pool.

    Hope this helps,

    /Dennis

  • Hassan 79 posts 264 karma points
    Jun 06, 2016 @ 09:17
    Hassan
    0

    Hi Dennis,

    It works correctly. Thanks for your 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.

Please Sign in or register to post replies