<FilesMatch "\.(php)$">
 Order Allow,Deny
 Allow from all
</FilesMatch>
<FilesMatch "(cron\.php)$">
 Order Allow,Deny
 Deny from all
</FilesMatch>