{
  "id": "htaccess-fundamentals",
  "title": ".htaccess Fundamentals (Apache)",
  "description": "Hands-on training for Apache .htaccess: redirects, rewrites, password protection, headers, caching, security, and more.",
  "passingScore": 0.7,
  "modules": [
    {
      "id": "m1",
      "title": "Basics",
      "lessons": [
        "01",
        "02"
      ]
    },
    {
      "id": "m2",
      "title": "Redirects & Rewrites",
      "lessons": [
        "03",
        "04"
      ]
    },
    {
      "id": "m3",
      "title": "Access Control & Auth",
      "lessons": [
        "05",
        "06"
      ]
    },
    {
      "id": "m4",
      "title": "Security & Headers",
      "lessons": [
        "07",
        "08"
      ]
    },
    {
      "id": "m5",
      "title": "Performance & Errors",
      "lessons": [
        "09",
        "10"
      ]
    }
  ]
}