Posts

Showing posts with the label umbraco7

Front end page urls

Front end page urls I have an umbraco installation. I published a content named "Account" and umbraco gave it this url /account . Fair. /account Then I published a content named "Register" under content Account (I allowed Account Doc Type to have Register Doc Type as child). I would expect the url of the new content to be /account/register , but umbrace gave it /register . /account/register /register Why is this happening? What's the point of allowing child content types, and building a content tree, if the urls are all from root? As a newbie to umbraco, I consider it a logic flaw. For a CMS that claims to be friendly, that's not friendly at all. I'm a developer but I can't waste half of my day looking for umbraco answers and tutorials online. A friendly CMS should be self explicatory while being used, and should take care of all common assumptions a newbie may have. How can I make the Account->Register content node to appear in /account/register...