1. The "index.html" Rule
The Problem: You upload everything, but when you go to your URL, you see a "403 Forbidden" error or a messy list of files.
The Fix: Every website must have a file named exactly index.html.
- It must be all lowercase.
- It must be in the main folder (not hidden inside a sub-folder).
- The server looks for this specific name to know which page is your "Home" page.