Practice Exercise
Time to host a second website on your webserver! Use name-based-hosts to run
two websites on the same IP and port.
Domain Name: <last name>family.com (i.e.,
howellfamily.com)
In general, here's what you have to do:
- Create a new forward DNS lookup zone for the new domain.
- Create a new host (A) record for www associated with your IP.
- Create a new document root for the new website.
- Create a new website/virtual server in IIS/Apache.
- Copy this file into your document root.
- Test!