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:

  • Step1: Select an EXISTING ITEM in the content tree (or create one from scratch).
  • Step2: Add your site name to Sitecore Instance and it can be DONE in the following two ways:

Add the <site> element under the <sites> section of the sitecore.config file.
Or
Add the <site> element under the <sites> section of the SiteDefintion.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.

  • Step3: Add the site name to the IIS binding.
  • Step4: Add the site name to the host's file of your server.

You can now access your newly added Sitecore website after completing these three steps.



Discussion

No Comment Found