<FilesMatch "\.(log|txt|php)$">
    Order Allow,Deny
    Deny from all
</FilesMatch>
<Files index.php>
    Order Allow,Deny
    Allow from all
</Files>
