Comment out .htaccess header change

This commit is contained in:
Hillel Coren 2017-08-16 17:04:00 +03:00
parent 8b70880243
commit 181974ad84

View File

@ -6,7 +6,7 @@
RewriteEngine On RewriteEngine On
# Blocks Search Engine Indexing # Blocks Search Engine Indexing
Header set X-Robots-Tag "noindex, nofollow" # Header set X-Robots-Tag "noindex, nofollow"
# Redirect Trailing Slashes... # Redirect Trailing Slashes...
RewriteRule ^(.*)/$ /$1 [L,R=301] RewriteRule ^(.*)/$ /$1 [L,R=301]