Modified 5/7/01 - JSB
for Windows NT 4.0 - slightly different for MS Server 2000
How to create Web sites
Launch Internet Service Manager (Start/Programs/Windows NT Option Pak 4/MS IIS/Internet Service Manager
First make a folder for your web site, WindowExplorer > New Folder, e.g., H:\Schoolyards
Right click skySpec1 (or Default Web Site)
- New - Web Site
Enter a description, e.g., Schoolyards
IP address - select, e.g., 63.209.229.202
Enter the path - browse to new folder you made - H:/Schoolyards
Read, Script, and Write Access - but NO Execute Access
Finish - creates web site (Stopped)
Cannot Start until the HTTP 1.1 alias ("Host header") names are all defined (needs unique name).
Right click on the new web site - Properties
Web Site tab - Web Site Identification - Advanced...
Enter "Host Header Names" with IP addresses, e.g., schoolyards.org 63.209.229.202.
Edit the first one, Add three more, e.g., www.schoolyards.org 63.209.229.202.
Don't forget to Apply your changes (or hit OK).
Now right click and Start the web site.
How to create FTP sites
Note: Proceding presumes the prior creation of a Web Site, see above.
Start the Internet Information Services Manager (from Start>Administrative Tools>MS Internet Information Server>Internet Information Manager).
Now select computer node where new FTP site will be created, eg., \\skySpec1.
Select FTP Galaxy as the virtual root directory (FTP Galaxy, currently the only one available, etc.).
Now, from the Internet Information Manager panel, click on the <Actions> drop-down box, selecting New>Virtual Directory.
Enter the alias name field, eg., "NewSiteName" and click <Next>.
Now enter the physical path, eg., "F:\NewSiteFolder" as is presumed to have been done above. And click <Finish>.
Now, from the Start bar click Programs>Admin Tools>User Manager for Domains>New User and enter "User Name" and "Full Name" (use same as User Name) text fields, as well as "Password" and "Confirm Password" text fields queried. You may want to select a password option or use the default, "User must change password on first logon".
Open a NT Explorer window and right click on the "NewFTPsite" folder just created and select <Properties>.
In the Properties panel select the <Security> tab and click on the <Permissions> button.
In the Directory Permissions panel remove "EVERYONE" and add "Administrators", the "NewUser" and "IUSR" (Internet User).
It is now time to test FTP access:
Run WS_FTP Pro and click the <Connect> button.
In the Connect panel select the new FTP site, click <Advanced Profiles> button.
In new panel select <StartUp> tab (middle one), then in <Remote Site> text box enter "/NewSiteFolderName" (make sure to use a forward slash).
Note: If ftp user can't get in, check in User Manager to see if Account Locked Out is checked. Set initial remote folder in Advanced (then Save). NB: Use www.directory, not ftp.directory.
Back to top of page.