# ------------------------------------------------------------------
# Purpose of file: block any web access to unallowed files
# stored under the /uploads directory
# ------------------------------------------------------------------
# Apache 2.2
Deny from all
# Apache 2.4
Require all denied
# Apache 2.2
Order allow,deny
Allow from all
# Apache 2.4
Require all granted