diff --git a/src/.htaccess.njk b/src/.htaccess.njk index 6cc27cf0..06bd00ae 100644 --- a/src/.htaccess.njk +++ b/src/.htaccess.njk @@ -11,6 +11,8 @@ Header set Cache-Control "max-age=31536000, public" Header set Cache-Control "no-cache, public" +RewriteEngine on + # Block bad bots RewriteCond %{HTTP_USER_AGENT} (Amazonbot) [NC,OR] RewriteCond %{HTTP_USER_AGENT} (Applebot) [NC,OR]