Setting up page heirachy Options
billyhomebase
Posted: Wednesday, August 20, 2008 11:08:23 AM
Rank: Newbie

Joined: 8/19/2008
Posts: 4
Location: London, England
I am having difficulty putting pages in subfolders. The UI allows me to create pages under other pages but the links created are always from the root i.e. www.mysite.com/mypage.aspx and not www.mysite.com/myfolder/mypage.aspx

As a test I created two pages with the same name but with one of them under another in the content heirachy. Both links were the same and the page shown was the one most recently produced.

I've only been using Umbraco for a week so I am semi hoping this is something incredibly simple.

Thanks Billy
fed
Posted: Wednesday, August 20, 2008 11:24:54 AM

Rank: Aficionado

Joined: 3/30/2008
Posts: 109
Location: Sweden
Open your web.config and change this setting to true.

<add key="umbracoUseDirectoryUrls" value="true" />
drobar
Posted: Wednesday, August 20, 2008 3:52:58 PM

Rank: Umbracoholic

Joined: 9/8/2006
Posts: 1,695
Location: KY, USA
Hi, Billy, and welcome to umbraco!

Actually, you want to change the following key to false, not the umbracoUseDirectoryUrls key... that does something else...

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

These posts give more information...
http://forum.umbraco.org/yaf_postst4927_How-to-list-the-top-level-nodes-when-umbracoHideTopLevelNodeFromPath-is-set-to-true.aspx

http://forum.umbraco.org/yaf_postst4696_Problem-with-Sitemap.aspx



cheers,
doug.

MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
billyhomebase
Posted: Wednesday, August 20, 2008 4:54:41 PM
Rank: Newbie

Joined: 8/19/2008
Posts: 4
Location: London, England
Hi Doug

Thanks very much. Looks great now.

Is there a central place documenting what all the config settings do?

Regards

Billy
drobar
Posted: Wednesday, August 20, 2008 5:30:31 PM

Rank: Umbracoholic

Joined: 9/8/2006
Posts: 1,695
Location: KY, USA
Afraid not. Most of the config items are not really for changing. But you can search on any of them in the forum's search box and find information about any that don't seem to be immediately obvious.

Glad you're on your way now.

cheers,
doug.

MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.