Current File : /home/pacjaorg/wpt.pacja.org/wp-content/uploads/dlm_uploads/.htaccess
# Apache 2.4 and up
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
# Apache 2.3 and down
<IfModule !mod_authz_core.c>
Order Allow,Deny
Deny from all
</IfModule>