From e3bd9b082a3440ce678f5e01c4a8151bf9f36c93 Mon Sep 17 00:00:00 2001 From: polo Date: Fri, 2 Jan 2026 13:53:21 +0100 Subject: =?UTF-8?q?composer.json=20enregistr=C3=A9,=20.htaccess=20dans=20l?= =?UTF-8?q?es=20dossiers=20des=20t=C3=A9l=C3=A9chargements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/media/.htaccess | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 public/media/.htaccess (limited to 'public/media/.htaccess') diff --git a/public/media/.htaccess b/public/media/.htaccess new file mode 100644 index 0000000..4494297 --- /dev/null +++ b/public/media/.htaccess @@ -0,0 +1,10 @@ +# désactiver l'interpréteur PHP +php_flag engine off + +# exploration des dossiers +Options -Indexes + +# interdire l'accès directaux fichiers .htaccess et .htpasswd + + Require all denied + -- cgit v1.2.3