# Deny all direct web access to this folder and everything beneath it. # Grav reads these files server-side; they must never be served over HTTP. # This is a defense-in-depth backup for the rules in the site root .htaccess. Require all denied Order allow,deny Deny from all