UC Santa CruzInformation Technology Services

Step-by-step setup of personal web pages

ITS provides personal web site space, free of charge, for any UCSC faculty, student or staff member. University hosted personal web pages may not be used for commercial or political purposes, nor for distribution of copyrighted materials.  For more information, see UCSC Web Policies.

1. Prior to proceeding...

  1. You must have a UCSC account and know your username and password.
  2. You should be able to write your own web pages with html or using an html editor (ie. Dreamweaver, etc.).
  3. You should have some familiarity with sftp (secure file transfer protocol).

 


2. Upload your pages to the server

After you have created your web page files, you will need a SFTP program to access your personal file space and upload your files. You must use the sftp protocol. Unsecured ftp is no longer supported at UCSC.

How to obtain SFTP software
Any ftp software that supports sftp (secure file transfer protocol) can be used to upload your files. In addition, many HTML editors have a "remote save" or "upload to server option".  Free SFTP software is also available.

Upload your files using SFTP
To connect to the server where your web pages will be stored, your SFTP software will need the following information:

  Host name:  sftp.ic.ucsc.edu
  User name:  UCSC ID (use your UCSC email login)
  Port Number: 22
  Authentication Method:  Password (use your email password)

Once you have logged in, you should see a public_html directory. The public_html directory is where you store all the files you want to be viewed by web browsers.  If there is no public_html directory, contact the Support Center.


3. View your pages

If you name your home page file "index.html", the URL for your web site will be:

http://people.ucsc.edu/~[ucsc_id]
 
For example, if your email address is joe@ucsc.edu, the URL for your web site will be:
 
http://people.ucsc.edu/~joe


(If you name your home page file something other than "index.html" you will need to specify the name of that file at the end of your URL. For example. http://people.ucsc.edu/~joe/filename.html)

 


4. Publish your pages in the UCSC directory (optional)

Personal web pages can be listed in the UCSC directory of personal web pages.

If you do not publish your pages, they are still available on the web, however, visitors will have a harder time finding them, and search engines will be less likely to index them. Even if you publish your pages, you can still make some or all of them hidden or restricted: see our documentation on Restricting Access.

Publish your web page in the directory

 


Related Services and Resources