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