Difference between revisions of "Web Introduction"
From CSEE Documentation
Line 11: | Line 11: | ||
5. The hompage must be named index.html . | 5. The hompage must be named index.html . | ||
− | 6. <code>chmod | + | 6. <code>chmod 644 ~/www/index.html</code> |
− | 7. | + | 7. All files in your www directory need to be "chmod 644" for public viewing. All directories need to be "chmod 755". |
Your personal Web page is accessed by <nowiki>http://www.cs.umbc.edu/</nowiki>''~username'' | Your personal Web page is accessed by <nowiki>http://www.cs.umbc.edu/</nowiki>''~username'' |
Revision as of 13:37, 29 May 2007
CSEE Personal Web Page
1. Log into your CSEE account.
2. mkdir ~/www
3. chmod o+x ~
4. chmod 644 ~/www
5. The hompage must be named index.html .
6. chmod 644 ~/www/index.html
7. All files in your www directory need to be "chmod 644" for public viewing. All directories need to be "chmod 755".
Your personal Web page is accessed by http://www.cs.umbc.edu/~username