From 079ffc15ec295a76906a7c8205f81dc0492a6fcd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 11 Oct 2006 21:25:06 +0000 Subject: [PATCH] Ajout exclusion robot --- htdocs/install/robots.txt | 2 ++ htdocs/robots.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 htdocs/install/robots.txt diff --git a/htdocs/install/robots.txt b/htdocs/install/robots.txt new file mode 100644 index 00000000000..77470cb39f0 --- /dev/null +++ b/htdocs/install/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file diff --git a/htdocs/robots.txt b/htdocs/robots.txt index d4df5c0f538..77470cb39f0 100644 --- a/htdocs/robots.txt +++ b/htdocs/robots.txt @@ -1,2 +1,2 @@ User-agent: * - Disallow: /* \ No newline at end of file +Disallow: / \ No newline at end of file