You're running your site on localhost:44335, so if you would set that as domain, it'll probably run
Ambert
10/09/2023, 5:25 PM
if you use home.local.com, you need to configure the domain in IIS/your hosts
b
bran31
10/09/2023, 5:28 PM
ok so if I were to add more than one domain name within an item, do they also need to be added within the IIS/hosts as well?
a
Ambert
10/09/2023, 5:30 PM
or you could do something like localhost:44335/site1 and /site2 etc.
b
bran31
10/09/2023, 5:42 PM
so I'm planning to use only subdomain names for the umbraco items. If I were to uniquely give them subdomain names as well as giving multiple subdomain names for one item then I guess they need to be configured on IIS and that they should point to the same directory in that solution file?