diff options
| author | 2013-11-17 12:31:51 +0100 | |
|---|---|---|
| committer | 2013-11-17 12:31:51 +0100 | |
| commit | 2c02fcaa606813db0965a9e8a555fb3c75d18857 (patch) | |
| tree | f6782660d1a6c903fcc0f22a845ec454a821ea34 /data | |
| parent | 9c5c023e36a24b58baeab108012cd9eb42ccda60 (diff) | |
Protection répertoire data
Diffstat (limited to 'data')
| -rw-r--r-- | data/.htaccess | 3 | ||||
| -rw-r--r-- | data/index.html | 13 |
2 files changed, 16 insertions, 0 deletions
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 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB"> +<head> +<meta charset="UTF-8" /> +<meta http-equiv="Refresh" content="0; url=/" /> +<title>Redirection</title> +<meta name="robots" content="noindex,follow" /> +</head> + +<body> +<p><a href="/">Redirection</a></p> +</body> +</html> |
