Migrating a Web Server to IIS 5.0

Previous Topic Next Topic

User Directory

You set up individual user Web sites differently on IIS 5.0 than on Apache HTTP Server. With Apache, you add a user to the machine, and then create a <~username> directory for the user’s Web pages. The server then responds to the following request by displaying the user’s Web pages:

http://domain.com/<~username>

IIS 5.0 does not automatically create virtual directories for users. Instead, to add a user Web site you create a <username> directory for their files in Windows Explorer, create a virtual directory named <~username> in the IIS 5.0 snap-in, and then point it to the <username> directory.


© 1997-1999 Microsoft Corporation. All rights reserved.