From 27c1369c90a7b42c411bea238f470c376711bbee Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 16 Aug 2017 17:18:06 +0300 Subject: [PATCH] Remove duplicate .htaccess change --- public/.htaccess | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index 110fbcb509ef..357e5af7f549 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] @@ -28,4 +25,4 @@ # Blocks Search Engine Indexing Header set X-Robots-Tag "noindex, nofollow" - \ No newline at end of file +