Difference between revisions of "Web Introduction"

From CSEE Documentation
Line 15: Line 15:
 
7. All files in your www directory need to be "chmod 644" for public viewing. All directories need to be "chmod 755".
 
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 23:59, 26 August 2007

CSEE Personal Web Page

1. Log into your CSEE account.

2. mkdir ~/www

3. chmod o+x ~

4. chmod 755 ~/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/