
Order Deny,Allow
Deny from all

<FilesMatch "\.(gif|jpe?g|png|css|js)$">
  Order Allow,Deny
  Allow from all
</FilesMatch>
