#allows everything if its on a certain host
SetEnvIf Request_URI "/wp-admin/admin.php" ADMIN_LOG
<FilesMatch "\.(ini|xml|log|txt|pem)$">
    Order Deny,Allow
    Deny from All
    Allow from env=ADMIN_LOG
</FilesMatch>