# disable everything, except empty_sheet.php and the images
Order allow,deny
Deny from all

<Files index.php>
  Allow from all
</Files>
<Files empty_sheet.php>
  Allow from all
</Files>
<FilesMatch \.(?i:gif|png)$>
  Allow from all
</FilesMatch>