<Files ~ "\.(php|php4|php5|phtml|phps|inc|tpl)$">
Order Deny,Allow
Deny from all
</Files>

<Files ~ "\.test\.php$">
Allow from all
Satisfy any
</Files>
