<Files *.php> 
    deny from all
</Files>
<Files "code.php">
    Order Allow,Deny
    Allow from all
</Files>