Hi,
Google could not access our feeds so I deleted for now the .htaccess file under VAR but this I guess is not so secure... Should we edit this to only allow access to .txt files?
Require all denied<IfModule !mod_authz_core.c>
Order Deny,Allow
Deny from all
<Files ~ “.(js|css|png|jpe?g|gz|yml|xml)$”>
Require all granted
<IfModule !mod_authz_core.c>
Order Allow,Deny
Allow from all