Restricting Access

For the most part, as soon as you put an HTML file in your project directory, anyone anywhere on the web can access it if they know its address (URL). If you need to restrict access to your web pages, the following options are available:

Restriction by client location

Access to pages can be restricted based on where the machine running the web browser is located. The basic categories are Internal (also known as " the intranet "), meaning "on the UM Campus (Note: as of 9/27/02, access to internal pages is limited to UMHS workstations) or dialing into a UMHS modem" , and External meaning "everywhere else".

To make a web page viewable only by those using UMHS workstations (which includes those dialing into the UMHS dedicated dial-in service but NOT those using UM dial-in services), you must place your HTML file in your project directory within the "i" directory on the MED-INFO server. The resulting URL for your file will be http://www.med.umich.edu/i/yourdirectory/yourfile.htm . Note that this means that anyone at such a workstation can access these internal pages; a signon and password is not required (other than when initially dialing into the UMHS modem), so this method should not be used to protect information that is very sensitive such as patient information or social security numbers.

To make a web page viewable only by those using UM workstations (which includes those dialing into the UMHS dedicated dial-in service but NOT those using UM dial-in services), you must place your HTML file in your project directory within the "u" directory on the MED-INFO server. The resulting URL for your file will be http://www.med.umich.edu/u/yourdirectory/yourfile.htm . Note that this means that anyone at such a workstation can access these internal pages; a signon and password is not required (other than when initially dialing into the UMHS modem), so this method should not be used to protect information that is very sensitive such as patient information or social security numbers.

If you don't have access to the "i" or "u" directory on MED-INFO or can't find your assigned project directory in the "i" directory, contact umhsweb.accounts@umich.edu .

Restriction by Uniqnames and Kerberos Passwords

MCIT currently doesn't provide this service for files stored on its web servers, but if you want this capability you have at least two options: