DirectoryIndex index.php
<IfModule mod_authz_core.c>
<FilesMatch "^(config|config\.example|lib|runtime|listing|member|article|appearance|version)\.php$">
    Require all denied
</FilesMatch>
</IfModule>
<IfModule !mod_authz_core.c>
<FilesMatch "^(config|config\.example|lib|runtime|listing|member|article|appearance|version)\.php$">
    Order allow,deny
    Deny from all
</FilesMatch>
</IfModule>
