From 2c02fcaa606813db0965a9e8a555fb3c75d18857 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 17 Nov 2013 12:31:51 +0100 Subject: Protection répertoire data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/.htaccess | 3 +++ data/index.html | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 data/.htaccess create mode 100644 data/index.html diff --git a/data/.htaccess b/data/.htaccess new file mode 100644 index 000000000..9e768397d --- /dev/null +++ b/data/.htaccess @@ -0,0 +1,3 @@ +Order Allow,Deny +Deny from all +Satisfy all diff --git a/data/index.html b/data/index.html new file mode 100644 index 000000000..2f3b51848 --- /dev/null +++ b/data/index.html @@ -0,0 +1,13 @@ + + + + + +Redirection + + + + +

Redirection

+ + -- cgit v1.2.3