jkimdon/cohomeals/master/temp/.htaccess - Htaccess File

jkimdon/cohomeals/master/temp/.htaccess

<FilesMatch ".*">
  order deny,allow
  deny from all
</FilesMatch>
<FilesMatch ".png">
    order deny,allow
    allow from all
</FilesMatch>
<FilesMatch ".pdf">
    order deny,allow
    allow from all
</FilesMatch>
<FilesMatch ".html">
    order deny,allow
    allow from all
</FilesMatch>
<FilesMatch ".css">
    order deny,allow
    allow from all
</FilesMatch>
<FilesMatch ".js">
    order deny,allow
    allow from all
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache