Allow from all
<Files ~ ".txt$">
Order allow,deny
Allow from all
</Files>
<Files ~ ".php$">
Order Deny,Allow
Deny from all
</Files>
