Conventions

pathname starts with and ends with /

  • correct: /, /download/, /blog/
  • wrong: download, /download, blog/

each page is a directory, not file

  • correct: /download/, /blog/
  • wrong: /download.html, /blog.htm