I'm trying to set up 2 websites in only one instance of Umbraco. In order to do this, I followed the instructions about creating a doc type that will hold the settings and created another 2 doc types, one for each site and allowed the settings doc type to be a child of each one of the websites basic doc type.
Now I have to set the useDomainPrefixes to true. When I do so and run the application, it looses the path for Umbraco.Core.pdb. If I take out this key, then everything goes back to normal.
Any ideas on what can I do to make multitenancy work in V8? Thanks!
I was able to solve it by reinstalling Umbraco. Looks like something wasn't right there. But for others that read this post it is important to say that yes your link is the solution so if something else looks weird (like my issue) now you know how I solved it.
Setting up multitenancy doesn't works
Hi all,
I'm trying to set up 2 websites in only one instance of Umbraco. In order to do this, I followed the instructions about creating a doc type that will hold the settings and created another 2 doc types, one for each site and allowed the settings doc type to be a child of each one of the websites basic doc type.
Now I have to set the useDomainPrefixes to true. When I do so and run the application, it looses the path for Umbraco.Core.pdb. If I take out this key, then everything goes back to normal.
Any ideas on what can I do to make multitenancy work in V8? Thanks!
Hi Bronze,
Functionality for One Umbraco Instance to Host Multiple Sites has not changed. So, this work same as earlier.
Have you assigned domain names as shown in the Step 4 of below links.
This link is useful. https://www.spacebetween.co.uk/blog/journal-of-a-junior-using-one-umbraco-instance-to
Hope it helped to solve the issue.
Cheers,
Shaishav
Hi Shai,
I was able to solve it by reinstalling Umbraco. Looks like something wasn't right there. But for others that read this post it is important to say that yes your link is the solution so if something else looks weird (like my issue) now you know how I solved it.
Thanks so much!
The solution doesn't seem to work in Umbraco v8.
useDomainPrefixes causes a YSOD when added to umbracoSettings.config.
It does work. What issues are you having?
I get af YSOD when I add the setting...
is working on a reply...