File ".htaccess"

Full Path: /home/cabizcok/public_html/wp-content/uploads/wpcf7_uploads/.htaccess
File size: 152 bytes
MIME-type: text/plain
Charset: utf-8

# Apache 2.4+
<IfModule authz_core_module>
    Require all denied
</IfModule>

# Apache 2.2
<IfModule !authz_core_module>
    Deny from all
</IfModule>