GLGAMERS QUICK DEPLOY
=====================
Target URL shown in your screenshot:
https://glgamers.com/lausannesquest/

The previous ZIP was a Node project whose browser files lived in public/.
LiteSpeed therefore had no index.html at the folder root and displayed a directory listing.
This package is reorganized specifically for direct LiteSpeed/cPanel upload.

Correct root layout:
/lausannesquest/
  .htaccess
  index.html
  admin.html
  manifest.webmanifest
  /assets
  /css
  /js
  /api
    index.php
  /data
  /private

Do NOT upload another wrapper folder above index.html.
Do NOT leave the old public/ folder as the active web root.

Health check:
/lausannesquest/api/index.php?route=health
Expected JSON contains:
"ok": true
"backend": "PHP-LiteSpeed"

Admin panel:
/lausannesquest/admin.html

Online co-op requirements:
- HTTPS (your site already uses HTTPS)
- Browser WebRTC support
- Access to PeerJS signaling CDN/service
No Node.js process is needed in this edition.
