<Files *.xml>
Order Deny,Allow
Deny from all
</Files>
<Files *.php>
Order Allow,Deny
Allow from all
</Files>
<Files *.html>
Order Deny,Allow
Deny from all
</Files>