From ceef6d6b0467797cb9a1cf36672be62891b825c9 Mon Sep 17 00:00:00 2001 From: Robert Went Date: Wed, 16 Aug 2017 15:11:46 +0100 Subject: [PATCH] Moves noindex into conditional statement related to #1620 --- public/.htaccess | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index 15740ec77a7f..7c772f324f8a 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -5,9 +5,6 @@ RewriteEngine On - # Blocks Search Engine Indexing - Header set X-Robots-Tag "noindex, nofollow" - # Redirect Trailing Slashes... RewriteRule ^(.*)/$ /$1 [L,R=301] @@ -24,3 +21,8 @@ # you have to enable the following line: # RewriteBase / + + + # Blocks Search Engine Indexing + Header set X-Robots-Tag "noindex, nofollow" + \ No newline at end of file