From 3040166318bfd55724e7729a62683b163ab89471 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 19 Sep 2019 09:35:45 +0200 Subject: [PATCH] [9.2.06] Inversion de lignes dans robots.txt --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index 46cfa7a6..8860d669 100644 --- a/core/core.php +++ b/core/core.php @@ -618,8 +618,8 @@ class common { PHP_EOL . '# ZWII CONFIG ---------' . PHP_EOL . 'User-agent: *' . PHP_EOL . + 'Allow: /site/file/' .PHP_EOL . 'Disallow: /site/' .PHP_EOL . - 'Allow: /site/file/' .PHP_EOL . 'Sitemap: ' . helper::baseUrl(false) . 'sitemap.xml' . PHP_EOL . 'Sitemap: ' . helper::baseUrl(false) . 'sitemap.xml.gz' . PHP_EOL . '# ZWII CONFIG ---------' . PHP_EOL ;