games647/Minecraft-Database/master/public/img/.htaccess - Htaccess File

games647/Minecraft-Database/master/public/img/.htaccess

#Access only to images
<Files ~ ".*..*">
  Order Allow,Deny
  Deny from all
</Files>
<FilesMatch ".(jpg|jpeg|jpe|gif|png|tif|tiff)$">
  Order Deny,Allow
  Allow from all
    <IfModule mod_headers.c>
        Header append Cache-Control "public"
    </IfModule>
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache