From 181974ad849608b0d1d49d3e5ce0d37624d73ea1 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 16 Aug 2017 17:04:00 +0300 Subject: [PATCH] Comment out .htaccess header change --- public/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/.htaccess b/public/.htaccess index 15740ec77a7f..4d8275a30e84 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -6,7 +6,7 @@ RewriteEngine On # Blocks Search Engine Indexing - Header set X-Robots-Tag "noindex, nofollow" + # Header set X-Robots-Tag "noindex, nofollow" # Redirect Trailing Slashes... RewriteRule ^(.*)/$ /$1 [L,R=301]