You are setting up a Sitecore instance without the use of SXA and want to accommodate three public-facing websites. Where would you map the correct Home item to its corresponding hostname?
You are setting up a Sitecore instance without the use of SXA and want to accommodate three public-facing websites. Where would you map the correct Home item to its corresponding hostname?
To map the correct Home item to its corresponding hostname in Sitecore without using SXA, you need to define site configurations in a config patch file. This file should be located in the /App_Config/Include folder. This allows you to set up multiple sites by specifying the hostname and corresponding root item path. This method is preferred as it leverages Sitecore's configuration-injection capabilities.
D is correct answer
https://doc.sitecore.com/xp/en/developers/93/platform-administration-and-architecture/configure-multiple-managed-websites.html
D is the answer