Login to server nightmare.cs.uct.ac.za using your Unix credentialsChange directory to your public_html folder - [username@nightmare] ~$ cd public_html
Create the index.html file
While you may create several Web pages, the index.html file will be your "landing page". This page will contain your primary information and links to other information that you may want to share. Copy and save the following example html into your index.html file...
Making the index.html file to be readable
Assuming that you are using the command line...
View/List the content of the public_html directory - [username@nightmare] ~$ ls -lia
Change the index.html file to be world readable - [username@nightmare] ~$ chmod 644 index.html