first commit
This commit is contained in:
9
wp/wp-content/uploads/wpcf7_uploads/.htaccess
Normal file
9
wp/wp-content/uploads/wpcf7_uploads/.htaccess
Normal file
@@ -0,0 +1,9 @@
|
||||
# Apache 2.4+
|
||||
<IfModule authz_core_module>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
|
||||
# Apache 2.2
|
||||
<IfModule !authz_core_module>
|
||||
Deny from all
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user