I am able to disable access to a file with .htaccess, but I don\'t know how to disallow multiple files to be viewed (directly, not from includes)
They are .php so I
since apache 2.4
Require all denied
instead of
Order allow,deny Deny from all