Не получается выполнить защиту ядра согласно документации.
В .htaccess нужно добавить

RewriteCond %{HTTP_HOST} ^(www\.)?example\.com$ [NC]
# Block access to dotfiles and folder people have no need to touch
RewriteRule ^(\.(?!well_known)|_build|_gitify|_backup|core|config.core.php) /index.php?q=doesnotexist [L,R=404]

но эффекта ноль, помогите пожалуйста