Hi, I'm running multiple websites in Umbraco, and this has been running fine for a while. My structure is like this:
Code:Content
+www.website1.com
-+websiteRoot
--+Page1
--+Page2
+www.website2.com
-+websiteRoot
--+Page1
--+Page2
--+Page3
The websites have hostnames asssigned to them, and in the template is a macro that renders the child node. I can't rememeber exactly why this, but I think it has to to with my following problem:
I want to add a new website, which has to be shielded from non-members entirely. To do this, I implemented a Login document as shown in this webcast:
http://hartvig.com/screencasts/members.htm. However, this doesn't work for me because I think the macro rendereing the page items doesn't respect the members stuff. Therefore I changed the website templete to use <?UMBRACO_TEMPLATE_LOAD_CHILD/> instead of rendereing the child node using a macro. However, the child node is not rendered at all!
The new website structure is like this:
Code:Content
+www.website1.com
...
+www.website2.com
...
+www.membersonlywebsite.com -> has new template only containing <?UMBRACO_TEMPLATE_LOAD_CHILD/>
-+websiteRoot
--+Page1
--+Page2
Any help would be greatly appreciated.
Saying java is good because it works on all platforms is like saying anal sex is good because it works on all genders.