Course Web Hosting Server: URLs and File locations
See: Course Web Hosting Server (Dreamhost) on the course web site.
URL | File |
---|---|
https://cwe871.students.cs12.net/index.html | /home/dh_xyz45/cwe871.students.cs12.net/index.html |
https://cwe871.students.cs12.net/big_ideas/extension_school.html | /home/users/cwe871/public_html/big_ideas/extension_school.html |
https://cwe871.students.cs12.net/big_ideas/elective_system.html | /home/dh_xyz45/cwe871.students.cs12.net/big_ideas/elective_system.html |
Directory Requests and "index.html"
URL paths that map to a directory. For example the request:
https://cwe871.students.cs12.net/big_ideas/
would return the index.html
document in the big_ideas
directory (e.g. /users/cwe871/public_html/big_ideas/index.html
).