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 755 ~/www/index.html</code>
+
6. <code>chmod 644 ~/www/index.html</code>
  
7. If you put other files in your www directory for public viewing, make sure you "chmod 644" each file also.  
+
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 14: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