Is it possible to have a sub node with a hostname? I know best practice says that the node should instead be a root node but this makes a lot of my xslt macros more complex.
Bu when you try it out (even after restarting IIS) you get some strange results including 404 pages for some (not all) nodes under the sub node with the hostname.
Nested hostnames
Is it possible to have a sub node with a hostname? I know best practice says that the node should instead be a root node but this makes a lot of my xslt macros more complex.
I have set the following:
Web.config: <add key="umbracoHideTopLevelNodeFromPath" value="true" />
Umbraco.config: <useDomainPrefixes>true</useDomainPrefixes>
Bu when you try it out (even after restarting IIS) you get some strange results including 404 pages for some (not all) nodes under the sub node with the hostname.
Can anyone suggest a solution?
is working on a reply...