I have a new project coming up.
www.domain1.com is a landingspage where you can shoose between two recreation parks. www.park-a-domain.com and www.park-b-domain.com.
Both parks will have same doctypes and features. So we would like to use 1 umbraco instance to manage the content of both parks. What's the best(preferable) umbraco setup for this kind of multisite project?
Well in my opinion. Umbraco can do everything what you want. I did build a website with multiple sites in one umbraco instances myself.
I create a documentType site as root node. For each root node i set the hostname. if you click more actions on node you can set the hostname for that node and all its childeren will have that hostname.
Multisite setup
Hello.
I have a new project coming up. www.domain1.com is a landingspage where you can shoose between two recreation parks. www.park-a-domain.com and www.park-b-domain.com.
Both parks will have same doctypes and features. So we would like to use 1 umbraco instance to manage the content of both parks. What's the best(preferable) umbraco setup for this kind of multisite project?
We just need a push in the right direction ;)
Thanks!
Well in my opinion. Umbraco can do everything what you want. I did build a website with multiple sites in one umbraco instances myself.
I create a documentType site as root node. For each root node i set the hostname. if you click more actions on node you can set the hostname for that node and all its childeren will have that hostname.
Thats all what you have to do.
here is a link to some documentation. it is for cloud but works for non cloud aswell: https://our.umbraco.com/documentation/Umbraco-Cloud/set-up/Manage-Hostnames/
I have setu-up two sites in one umbraco version 8 but i get subdomain content in main domain like
maindomain.com subdomain.maindoman.com/page1
maindomain.com/page1 is working
now i want to restrict link (maindomain.com/page1) how can i do ?
is working on a reply...