The Medical
University of South Carolina   About MUSC  ·  Education  ·  Medical Center  ·  Research  ·  Library   

Search


Support Desk, 792-9700
   helpdesk@musc.edu

   Getting Help
   Training
   Account Forms
   Circuit Requests

   Policies
   Description of Fees
   Software Licensing Info
   Software Downloads

   Computer Connection
   Network Systems
   Project Office (PMO)
   Univ Communications

   E-mail
   Google Search Appliance
   Macintosh E-mail
   Modular Messaging
   Homeroom
   LYNX
   NetID
   LDAP Developments
   Single Sign-on
   Oacis
   Off-Campus Access
   Web Publishing

   About IS
   Info Services Home
   OCIO Home
   More IT Groups
   MUSC Home

   Webmaster

   Disclaimer









How to Create a Personal Home Page at MUSC

Print this Page (pdf)

Rules

The contents of a personal web page do fall under the MUSC Computer Use Policy.

In distilling the Computer Use Policy down to it's basics, there are essentially four rules that apply to personal web pages, and must be followed:

  1. you cannot use MUSC equipment to earn money for yourself, your friends or your family (i.e. no commercial web pages),
  2. you can't do anything illegal,
  3. you can't do something that will cost MUSC money (e.g. creating a site that brings so much network traffic that MUSC needs to buy more access lines to the Internet, or so large that you fill up the disk drive on the server),  and
  4. you must be very careful that your password(s) to MUSC systems remain secure (your page will be readable by anyone on the Internet).

Creating a personal web page directory

  1. First, you need to connect to Homeroom by mapping a drive to
    \\homeroom\youruserid
    More information on Homeroom.
  2. You can also access your Homeroom via an ftp connection in two ways:

    1. http://www.musc.edu/ftphomeroom
    2. use an ftp client to connect to atrium.musc.edu
  3. Second, create a folder called

    public_html

    at the root level of your Homeroom. When you are creating the directory, make sure that you type it exactly as shown: using lower case letters, and an underscore character "_" in the name.

Macintosh users

First, you need to connect to Homeroom. More information on Homeroom.

    You can use OS X finder to make the connection:

    1. From the GO menu, select "Connect to Server"
    2. Type "afp://homeroom.musc.edu"
    3. Click Connect
    4. Supply your MNA and Password
    5. Double click your MNA from the resulting list
    6. Select "New Folder" from the File menu (Command-Shift-N)
    7. Name the folder public_html
    8. Put your html files in this directory


Your home page

All the files you want to have accessible on your personal web site must be placed inside the public_html directory. HTML files should end with a .htm or .html extension. The default page (or home page) should be called index.html. You can also use this directory to share non-web files, such as Word documents, etc.

The following example shows the type of URL that you will need to access your new web page.

Example:

If your MNA userid is: doej

Then your personal URL is: http://people.musc.edu/~doej

If you named your home page correctly (index.html) then this address will bring up that file. Otherwise, you'll see what looks like a directory listing of your public_html directory.