# deny all external requests
DENY FROM ALL

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