InterviewSolution
Saved Bookmarks
| 1. |
Explain how you will add a new site to Sitecore. |
|
Answer» Consider a new site whose name will be 'local.sitecore92.com'. Configuring this site to Sitecore requires the following steps:
Add the <site> element under the <sites> section of the sitecore.config file. Adding a new site to the config file is only the first STEP. To access the newly added site, there are two other steps that need to be COMPLETED outside of Sitecore.
You can now access your newly added Sitecore website after completing these three steps. |
|