I have been trawling through the forum and cannot find a complete example for what I need to achieve (not sure if its even possible)
I have a site based on a URL, eg. www.mysite.com
I would like to have a url structure so that I can organise content into folders and each folder have a default index page. The URLs would end up looking like:
Folders Question
Hi,
I have been trawling through the forum and cannot find a complete example for what I need to achieve (not sure if its even possible)
I have a site based on a URL, eg. www.mysite.com
I would like to have a url structure so that I can organise content into folders and each folder have a default index page. The URLs would end up looking like:
http://www,mysite.com/contentfolder_a/
Typing in this url would effectively link to http://www.mysite.com/contentfolder_a/index.aspx
I would like the same thing to happen for http://www.mysite.com/contentfolder_b/ etc etc
I would also like my tree structure in Umbraco to reflect this so I can easily locate and edit my content.
If anyone knows of any good articles on this I would be much obliged.
Thanks.
Greyhound,
To get the directory url to work you need to look at http://our.umbraco.org/wiki/install-and-setup/setting-up-umbraco-for-friendly-urls to get the first bit to work you need to setup umbraco url aliases see http://www.mortenbock.dk/blog/2008/06/05/codegarden-08-hidden-gems.aspx
Regards
Ismail
is working on a reply...