Skip to content

Commit 2c02fca

Browse files
committed
Protection répertoire data
1 parent 9c5c023 commit 2c02fca

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

data/.htaccess

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Order Allow,Deny
2+
Deny from all
3+
Satisfy all

data/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta http-equiv="Refresh" content="0; url=/" />
6+
<title>Redirection</title>
7+
<meta name="robots" content="noindex,follow" />
8+
</head>
9+
10+
<body>
11+
<p><a href="/">Redirection</a></p>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)