In umbraco, you could add an extra 'umbracoUrlAlias' property for a document type (and therefore for all docs based on that document type) and set its value to chocolate/hersheys (No leading slash and no .aspx extension) and document will become available from /chocolate/hersheys.aspx as well.
Custom Subdirectory listings in Umbraco for SEO
I am not sure if this is in the right spot, mod's, please move it if it isn't.
I want to be able to create custom domain urls in Umbraco something along the lines of this;
www.americancandy.com/chocolate/hersheys.aspx
With basic html or PHP I would just create a folder called chocolate and put my php or html page inside of it to get this url.
How would I do this with umbraco?
Sorry if this is a bit of a noob question, havent had much chance to play around with a live umbraco site yet to see if this is possible.
Hi,
In umbraco, you could add an extra 'umbracoUrlAlias' property for a document type (and therefore for all docs based on that document type) and set its value to chocolate/hersheys (No leading slash and no .aspx extension) and document will become available from /chocolate/hersheys.aspx as well.
More info on 'umbracoUrlAlias' can be found at http://www.netaddicts.be/blog/2009/3/8/umbraco-quick-tip-1-umbracourlalias-and-specifying-complete-new-path.aspx
Hope this helps.
Regards,
/Dirk
Thanks for the info, that was an enormous help.
Bit of a long shot but can you do the same thing with umbraco's BlogForUmbraco4 package?
Or better still is the blog you use on your website available as a developers package?
is working on a reply...