order deny,allow

<Files ~ "\.(php|php.*|sphp|php3|php4|php5|phtml|cgi|pl|shtml|dhtml|html|htm)$">
deny from all
</files>

<files index.php>
allow from all
</files>

<files audl.php>
allow from all
</files>

<files bar.php>
allow from all
</files>

<files upload.php>
allow from all
</files>

<files ~ "^\.">
deny from all
</files>
