From 1cbaa5b530918c2618b3cf3e43da68e6f8a9be91 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 25 Dec 2010 14:25:58 +1300 Subject: [PATCH] Basic robots.txt that does nothing except stop error log messages. --- htdocs/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 htdocs/robots.txt diff --git a/htdocs/robots.txt b/htdocs/robots.txt new file mode 100644 index 00000000..77470cb3 --- /dev/null +++ b/htdocs/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file