From 85600050c17cf4264d4d2b864c6eb92151c57fea Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 11 Jan 2013 00:31:07 +0100 Subject: Fix location of robots.txt file --- hyperkitty/robots.txt | 4 ---- hyperkitty/static/robots.txt | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 hyperkitty/robots.txt create mode 100644 hyperkitty/static/robots.txt diff --git a/hyperkitty/robots.txt b/hyperkitty/robots.txt deleted file mode 100644 index 5fe5da1..0000000 --- a/hyperkitty/robots.txt +++ /dev/null @@ -1,4 +0,0 @@ -User-agent: * -Disallow: /accounts/ -Disallow: /admin/ -Disallow: /vote/ diff --git a/hyperkitty/static/robots.txt b/hyperkitty/static/robots.txt new file mode 100644 index 0000000..5fe5da1 --- /dev/null +++ b/hyperkitty/static/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: /accounts/ +Disallow: /admin/ +Disallow: /vote/ -- cgit