Natural Resources I (8106800)
High School • Teacher: Dr. __________
Static course site HTML CSS

Publish in cPanel


Option A: Publish at the root (yourdomain.com)

  1. cPanel → File Manager → open public_html
  2. Upload the ZIP and Extract into public_html
  3. Confirm index.html exists at the top level

Option B: Publish in a folder (yourdomain.com/naturalresources)

  1. Create folder naturalresources inside public_html
  2. Upload ZIP into that folder and Extract
  3. Visit yourdomain.com/naturalresources/

Password-protect Teacher pages

Recommended: move teacher-only pages into a separate folder and protect it.

  1. Create folder teacher inside your site folder
  2. Move teacher.html (and any teacher files) into that folder
  3. cPanel → Directory Privacy → select teacher → enable protection → set username/password

Common fixes

  • Styles missing: make sure assets/ uploaded with style.css.
  • Links 404: filenames are case-sensitive. Match exactly.
  • Old version cached: hard refresh (Ctrl+F5) or clear cache.