From 934f3d1814b39f21c5f94f5d2b289e69deb06514 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Thu, 21 Jan 2010 02:52:04 +0000
Subject: [PATCH] Move robots.txt to eepsite.help dir; add redirecting
 index.html

---
 installer/resources/eepsite.help/index.html       | 7 +++++++
 installer/resources/{ => eepsite.help}/robots.txt | 0
 2 files changed, 7 insertions(+)
 create mode 100644 installer/resources/eepsite.help/index.html
 rename installer/resources/{ => eepsite.help}/robots.txt (100%)

diff --git a/installer/resources/eepsite.help/index.html b/installer/resources/eepsite.help/index.html
new file mode 100644
index 0000000000..e3c081a46d
--- /dev/null
+++ b/installer/resources/eepsite.help/index.html
@@ -0,0 +1,7 @@
+<html>
+<head>
+<meta http-equiv="refresh" content="1;url=/help/" />
+<title>I2P Anonymous Webserver</title>
+</head>
+</body>
+</html>
diff --git a/installer/resources/robots.txt b/installer/resources/eepsite.help/robots.txt
similarity index 100%
rename from installer/resources/robots.txt
rename to installer/resources/eepsite.help/robots.txt
-- 
GitLab