Is there any way to manage the folders that get created under the application root for each child portal? In other words, instead of the application root folder structure looking like this:
/child1/default.aspx
/child2/default.aspx
/child3/default.aspx
DNN would create these folders under a designated folder like:
/MyChild Portals/child1/default.aspx
/MyChild Portals/child2/default.aspx
/MyChild Portals/child3/default.aspx
Thanks