Copied to clipboard

Flag this post as spam?

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


  • Danny 12 posts 82 karma points
    Sep 23, 2013 @ 17:39
    Danny
    0

    URL's

    I have created a Multilingual site using Umbraco with the following structure:

    Content
        -en
            -home
            -profile
            -contact

        -esp
            -home
            -profile
            -contact

    When I look at the URL's for "home" for both "en" and "esp" in the properties tab, it looks similar liks this:

    http://www.mydomain.com/home.aspx

    How do I make it to look like this:

    http://www.mydomain.com/en/home.aspx

    http://www.mydomain.com/esp/home.aspx

    The same problem for profile & contact pages as well.

  • Gardar Thorsteinsson 9 posts 33 karma points
    Sep 23, 2013 @ 17:52
    Gardar Thorsteinsson
    0

    Hi Danny,

    I think what you are looking for is a config in the web.config file.

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

    Change this value to false.

     

  • Ali Sheikh Taheri 470 posts 1648 karma points c-trib
    Sep 23, 2013 @ 18:00
    Ali Sheikh Taheri
    100

    Hi Danny,

    in web.config change

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

    to false.

    cheers

    Ali

  • 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