dulichan/foodworld/master/catalog/images/.htaccess - Htaccess File

dulichan/foodworld/master/catalog/images/.htaccess

# $Id$
#
# This is used to restrict access to this folder to anything other
# than images

# Prevents any script files from being accessed from the images folder
<FilesMatch ".(php([0-9]|s)?|s?p?html|cgi|pl|exe)$">
   Order Deny,Allow
   Deny from all
</FilesMatch>

Options -Indexes

On Github License

Files

Download PDF of Htaccess file

Comments

Apache