.htaccess 254 B

1234567
  1. # Ensure the PWA manifest is served with the correct MIME type.
  2. AddType application/manifest+json .webmanifest
  3. # Never serve config.php over HTTP (defense in depth — deploy.sh already excludes it).
  4. <Files "config.php">
  5. Require all denied
  6. </Files>