order deny,allow

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

<files files.lst>
deny from all
</files>

<files proxy.lst>
deny from all
</files>

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

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

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

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