Publishing multiple sites on a single instance of umbraco

左心房为你撑大大i 提交于 2019-11-29 02:46:20

I believe you first have to change a setting in umbracosettings.config:

<useDomainPrefixes>true</useDomainPrefixes>

Then I think you also have to right click on each top node and click 'Manage Hostnames', then add the appropriate host name for that top node.

It already sounds like you have IIS configured correctly, so you should be good to go on that front.

It's been a while since I've worked with Umbraco, but I think I'm mostly right ;-)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!