Copied to clipboard

Flag this post as spam?

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


  • gilad 185 posts 425 karma points
    Dec 04, 2011 @ 18:58
    gilad
    0

    Hide second Level Node From Path

    hii everyone.

    i have this structure

    Content

    -- Site

    ---- Home

    ::------ About us

    ::::-------- About 1

    ::::-------- About 2

    ::::-------- About 3

    ::------ Galleries

    ::::-------- Galery1

    ::::-------- Galery2

    ---- Contact us

    ---- News

     

    any way to "hide" the "Home" folder from the url path?

    i want that this url : domain.com/home/galleries/gallery1

    be this url : domain.com/galleries/gallery1

    for any node under Home directory.

    thanks in advance.

     

     

  • Martin Rud 232 posts 902 karma points c-trib
    Dec 04, 2011 @ 20:54
    Martin Rud
    0

    Hi,

    Try right clicking your "Home" node and choose "Manage hostnames". Add "domain.com" and perhaps www.domain.com.

    Maybe you also need to change <useDomainPrefixes>false</useDomainPrefixes> to <useDomainPrefixes>true</useDomainPrefixes> in /config/umbracoSettings.config. I am not sure, so try adding hostnames alone and if it is not enough then change useDomainPrefixes.

    /Martin

  • Stephen 204 posts 246 karma points
    Dec 05, 2011 @ 12:13
    Stephen
    0

    I have what looks like a similar site to you with multiple galleries, is there a reason for having the additional "Site" folder in your content node? Are you running multiple sites?

    S

  • gilad 185 posts 425 karma points
    Dec 05, 2011 @ 12:28
    gilad
    0

    hii stephen.

    i need the "Site" folder for the site setting witch i dont want to put it in my home page...

    another reason that is i want to put another folder in the same level of the site..

    lets say - events.

    i have 3 diffrent type of pages that gone use this data..

  • Stephen 204 posts 246 karma points
    Dec 05, 2011 @ 12:42
    Stephen
    0

    Hi Gilad,

    If i have items that i need to store (captured data) i have a settings folder which stores this...so my Tree looks like this..The settings folder will never be seen.

     

    Content

    -- Home

    -- -- About us

    -- -- Galleries

    -- -- -- Gallery 1

    -- Settings

    -- -- Feedback form data

    You can still have the events folder side by side with the home folder (or under it which would be the way i would do it) and be available on the menu..or am I missing the point?

    S

  • gilad 185 posts 425 karma points
    Dec 05, 2011 @ 13:24
    gilad
    0

    It makes sense...

    but what about multiple sites?

    in my previous multiple site i made every Main site node Home page.. like that :

    Content

    -- Lang 1 home page

    ---- About 

    ---- contact

    -- Lang 2 home page

    ---- About 

    ---- contact

     

    now it is should be : 

    -- Lang 1 Site

    ---- Home

    ------ About

    ---- Settings

  • Stephen 204 posts 246 karma points
    Dec 05, 2011 @ 14:03
    Stephen
    0

    I tend not to put multiple sites on the one intall but I agrree this is one scenario where your structure fits...

  • gilad 185 posts 425 karma points
    Dec 05, 2011 @ 14:28
    gilad
    0

    ok... thank you anyway for  trying.

    cheers.

Please Sign in or register to post replies

Write your reply to:

Draft