<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
<RequireAll>
Require all denied
</RequireAll>
</IfModule>
1. Are they kosher, or is this something for me to worry about?
2. Can I tidy up my webspace by including the content in the top level .htaccess file, then deleting those in the folders at lower levels?
3. How can I stop this behaviour?