Creating a Web site

With your Linux account comes your very own Web site, called

http://users.cs.hendrix.edu/~YOUR-LOGIN-HERE

This Web site is initially empty, but you can create new pages to add to the site.

(As of this writing, the Web site is visible only within the Linux network; however, this should soon be repaired.)

There is no special configuration needed to enable this site: Simply insert HTML files into your www directory, and they will be visible at the appropriate URL.

http://users.cs.hendrix.edu/~YOUR-LOGIN-HERE/FILE-NAME
If somebody types just
http://users.cs.hendrix.edu/~YOUR-LOGIN-HERE
then whatever is in the index.html file will be displayed (or a list of available files if no index.html is present).

To create pages, you will need to learn HTML, which is quite easy. I suggest Writing HTML (locally mirrored from the official site) as a good place to learn.