Sorry if this is real newbie stuff, I'm still reading/watching everything about Umbraco and getting my head around it all.
Couple of things I'd like to do when I start building my first proper site are the follwoing:
1.) Can I change the file extensions easilly? I have ISAPI on my server and I like to produce .htm file extensions, but ISAPI treats them the same as .aspx. I was wondering if there is a simple variable somewhere that I can change? Or will it have to be done with XSLT (I'm an XSLT virgin ](*,) )??
2.) I have seen a few people who have really cool URL's like /products/productone/ or /somecategory/mainpage/relatedpage ... Any documentation on how to set something like this up?
URL Questions
Sorry if this is real newbie stuff, I'm still reading/watching everything about Umbraco and getting my head around it all.
Couple of things I'd like to do when I start building my first proper site are the follwoing:
1.) Can I change the file extensions easilly? I have ISAPI on my server and I like to produce .htm file extensions, but ISAPI treats them the same as .aspx. I was wondering if there is a simple variable somewhere that I can change? Or will it have to be done with XSLT (I'm an XSLT virgin ](*,) )??
2.) I have seen a few people who have really cool URL's like /products/productone/ or /somecategory/mainpage/relatedpage ... Any documentation on how to set something like this up?
for extension-less urls you can set umbracoUseDirectoryURLs to True i believe in the web.config...
you can map a wildCard in IIS to let .net handle all you mappings and set a custom 404 in the umbracoSettings.config in teh config directory as well.
not sure on the HTML extension, but the above will get you some of the other stuff you are looking for.
Thanks bob appreciated, I'll have a play later on
is working on a reply...