Setup check
The app can store and read games on this host. Go build a quiz.
One thing I can't test for you
Game documents hold the host token and every player token. They live in a
folder under the web root, and an .htaccess is supposed to stop
the server handing them out. Whether that .htaccess is honoured
depends on the server, so click this:
Forbidden / 403 — correct, the guard works. Nothing to do.
You can read the text — the guard is being ignored. Move the folder
out of the web root: create eci-quiz-data one level above this
one in File Manager, then set
DATA_DIR in config.php to
dirname(__DIR__) . '/eci-quiz-data'.
Delete check.php once you're live — it reports server paths and
PHP internals that don't need to be public.