# deny all external requests
DENY FROM ALL

# allow all external requests for php|png|gif
<FilesMatch "(subscription)\.php$">
  ALLOW FROM ALL
</FilesMatch>