Creating your Math/CS Web Site
- Log in to your Math/CS account
- Open a command window (right-click on the desktop and from the
context menu select Shell or Command Window)
- If you haven't executed the following commands before, enter them
now in the command window:
chmod a+x .
chmod a+x public_html
Notice that the first command ends with a space followed by
a period.
- Put the HTML and other files representing your Web site into the
public_html directory. Then execute the command
chmod a+r public_html/*
- Your Web site should now be online! To test it, enter the
following URL into any Web browser:
http://www.mathcs.duq.edu/~your-Math/CS-login-name/name-of-your-file
For example, my Math/CS login name is jackson and this file
is named CreatingWebSite.html. So to view it, I enter into my
browser:
http://www.mathcs.duq.edu/~jackson/CreatingWebSite.html