There are
a few things to keep in mind when you are creating a Web page on the
Mason System. These directions are specifically designed to
prepare your account so that your Web page will work on the Mason
System. You will find out how and where to create a directory for
your Web page. If you want your home page listed under your name then
you must create a Web page called index.html (see #2 and #3
below). These directions will not tell you how to design a Web page
or how to place html files into the directory that you are creating.
Check the section on How To Get/Install/Use the Secure
Shell (Include Secure FTP) for instructions for using ssh to
place your files in the directory.
You have a limited amount
of space assigned to your Mason account (10 MB). Html code basically
creates text files that do not take up much space, but pictures (files
with extensions .gif and .jpg) DO
take up a lot of space.
ISPs (Internet Service
Providers such as AOL and Erols) have different requirements as to
where they want you to put your Web pages. At George Mason University
we have set it up so that you MUST create a directory called public_html
in your account AND, you MUST put an html file in your public_html
directory called index.html. This is done so that the path
to everyones Web page is similar. For example, if user jsmith
properly created a Web page and she wanted to give the Web page address
out, she would give the following address: http://mason.gmu.edu/~jsmith.
Files created on Mason
are secure, meaning only you and the system administrators have access
to your files. Therefore, you must CHANGE the viewing permissions
for all of the files you want others to see. Please follow the steps
below EXACTLY so that your account will be able to successfully run
your html files (Web pages).