From 3e4889641b0c8eaed9838a9041c31d65b113ff74 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 23 Jan 2019 03:36:14 +0100 Subject: [PATCH] =?UTF-8?q?Installation=20bloqu=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/data/.htaccess | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/site/data/.htaccess b/site/data/.htaccess index 29869abb..0dfcc1bd 100755 --- a/site/data/.htaccess +++ b/site/data/.htaccess @@ -1,5 +1,16 @@ -# Bloque l'accès aux données - +//Bloque l'accès aux données + Order deny,allow Deny from all - \ No newline at end of file + + + Order deny,allow + Deny from all + + +order allow,deny +deny from all + + +//Prevent directory listings +Options All -Indexes \ No newline at end of file