Difference between revisions of "Web Introduction"

From CSEE Documentation
Line 3: Line 3:
 
1. [[SSH/SCP/SFTP|Login]] to your CSEE account.
 
1. [[SSH/SCP/SFTP|Login]] to your CSEE account.
  
2. <code>mkdir ~/www</code>
+
2. <code>cd /web/userpages/</code><your username>
 
 
3. <code>chmod o+x ~</code>
 
 
 
4. <code>chmod o+x ~/www</code>
 
  
 
5. The home page must be named index.html .
 
5. The home page must be named index.html .
Line 15: Line 11:
 
7. All files in your www directory need to be "chmod o+r" for public viewing. All directories need to be "chmod o+x".
 
7. All files in your www directory need to be "chmod o+r" for public viewing. All directories need to be "chmod o+x".
  
Your personal Web page is accessed by <nowiki>http://www.cs.umbc.edu/</nowiki>''~username''/
+
Your personal Web page is accessed by <nowiki>http://userpages.cs.umbc.edu/</nowiki>''username''/

Revision as of 15:11, 23 July 2024

CSEE Personal Web Page

1. Login to your CSEE account.

2. cd /web/userpages/<your username>

5. The home page must be named index.html .

6. chmod o+r ~/www/index.html

7. All files in your www directory need to be "chmod o+r" for public viewing. All directories need to be "chmod o+x".

Your personal Web page is accessed by http://userpages.cs.umbc.edu/username/