Parcourir la source

Protection répertoire data

Alexandre Alapetite il y a 12 ans
Parent
commit
2c02fcaa60
2 fichiers modifiés avec 16 ajouts et 0 suppressions
  1. 3 0
      data/.htaccess
  2. 13 0
      data/index.html

+ 3 - 0
data/.htaccess

@@ -0,0 +1,3 @@
+Order	Allow,Deny
+Deny	from all
+Satisfy	all

+ 13 - 0
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>