From ea35f566860a9d39cd624737cd0142de327ba96a Mon Sep 17 00:00:00 2001 From: Thomas de Roo <2+thomas@noreply.localhost> Date: Mon, 15 Jun 2026 09:39:52 +0200 Subject: [PATCH] Add .htaccess --- .htaccess | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..01009ed --- /dev/null +++ b/.htaccess @@ -0,0 +1,5 @@ +Options -Indexes + + + Require all denied + \ No newline at end of file