|
|
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
|
|
 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" />
|
|
 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.aspxhttp://forum.umbraco.org/yaf_postst4696_Problem-with-Sitemap.aspxcheers, doug.
MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
|
|
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
|
|
 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
|
|
|
Guest |