We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5c023 commit 2c02fcaCopy full SHA for 2c02fca
data/.htaccess
@@ -0,0 +1,3 @@
1
+Order Allow,Deny
2
+Deny from all
3
+Satisfy all
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>
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