
Example: If your login name is jdoe, to reach your webpage you type www.mscs.mu.edu/~jdoe in the browser address field.
If your webpage does not display check that steps 1 and 2 are done correctly including spelling and file location. Additionally check that your home page has the appropriate permissions. To do this open a terminal and type "cd public_html" and press enter. Then type "ls -l index.html" to view the file permissions. You should see that the file permissions are -rw-r--r--. If the file permissions are different such as -rw-r-----, enter the command "chmod o+r index.html".