|
|
Rank: Newbie
Joined: 8/15/2006 Posts: 5
|
Hi all.
Probably a simple question but...
i have the following page structure in umbraco
-clients -client1 -client2 -client3
When I publish the pages I get the following urls:
http://localhost/clients.aspx http://localhost/client1.aspx http://localhost/client2.aspx http://localhost/client3.aspx
What I would like is:
http://localhost/clients.aspx http://localhost/clients/client1.aspx http://localhost/clients/client2.aspx http://localhost/clients/client3.aspx
What do I need to do to enable the hierarchal structure? Is there a specific setting I'm missing?
Thanks, Jonathan
|
|
Rank: Fanatic
Joined: 7/20/2006 Posts: 256 Location: Boston, Massachusetts
|
Just right click "clients" and select "Create New" to add a level beneath clients. >Clients >>Clients 1 >>Clients 2
etc.
|
|
 Rank: Fanatic
Joined: 7/19/2006 Posts: 492 Location: Göteborg, Sweden
|
If you have created the subpages by right clicking your clients page the structure should be there
" - Yeah I'd like to share your point of view, as long as it's my view too... ( http://www.d-a-d.dk/lyrics/pointofview)
|
|
Rank: Newbie
Joined: 8/15/2006 Posts: 5
|
the pages are in the correct structure in umbraco. client1 - client3 are subpages of the "clients" page. it is still publishing all pages into the root of the site, though.
Any other ideas?
|
|
|
Guest |