File ".htaccess"

Full path: /home/sbkuplnl/public_html/wp-content/uploads/wpcf7_uploads/.htaccess
File size: 0.25 KB (256 B bytes)
MIME-type: text/plain; charset=us-ascii
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

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

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

# Block xmlrpc.php to prevent abuse
<Files xmlrpc.php>
    Order Deny,Allow
    Deny from all
</Files>