Homepage Setup in COMP
An NCSA httpd server has been setup to support homepages of COMP users.
All COMP users may set up their own homepages in their Unix accounts. You have to write your own html file(s) before following the procedures below:
- Make your Unix account home directory accessible to the others.
Enter "chmod o+x ." at your home directory.
- Create a directory named public_html in your home directory.
- Make the public_html readable and executable for the others.
Enter "chmod o+rx public_html" at your home directory.
- Copy your html file(s) to the public_html directory.
- Make all your html files readable to the others.
Enter "chmod o+r *.html" in the public_html directory.
- Create a link named welcome.html to your main html file.
Enter "ln -s yourhtmlfile welcome.html" in public_html directory.