http://www.atmos.ucla.edu/~[user id]
and if you use your DEC account
http://uniblab.atmos.ucla.edu/~[user id]
webdocs ( on the DEC's)
or public_html (on the SUN's)
.
Then any files you put in this location will automatically be available on the WEB.
The web server maps
URL's
into local file names in the following way.
Suppose your user ID is maria
, and you have a file called
~maria/webdocs/myfileThe Web sees your file as
http://www.atmos.ucla.edu/~maria/myfile
http://www.atmos.ucla.edu/~maria/Under some circumstances, the server would send a listing of the files in
~maria/webdocs (~maria/public_html)
.
However, if you include a local file called ~maria/webdocs/index.html (~maria/public_html/index.html)
, the server will send that instead.
index.html
is a convenient name for your home
page, because it keeps your URL short, and it helps you hide files which
you may want to keep in webdocs (public_html)
but don't
want others to see. You can also put an index.html file in any subdirectories you have
under your webdocs (public_html)
directory to protect those areas.
ls -l
), and to fix them if necessary (using chmod
).
chmod 755 public_html
Web browsers such as Mosaic and Netscape have built-in links with help on how to write hypertext, listed under the Help menu, of course. The HTML primer is an easy-to-follow guide on the subject.
For further assistance you can also consult with the Departments web programmer Matt Howard at matth@atmos.ucla.edu.