Difference between revisions of "Web Introduction"

From CSEE Documentation
Line 5: Line 5:
 
2. <code>mkdir ~/www</code>
 
2. <code>mkdir ~/www</code>
  
3. <code>chmod o+x ~</code>
+
3. <code>chmod 711 ~</code>
  
 
4. <code>chmod 644 ~/www</code>
 
4. <code>chmod 644 ~/www</code>

Revision as of 14:38, 29 May 2007

CSEE Personal Web Page

1. Log into your CSEE account.

2. mkdir ~/www

3. chmod 711 ~

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