PDF rausgenommen
This commit is contained in:
2
msd2/wordpress/wp-content/uploads/index.php
Normal file
2
msd2/wordpress/wp-content/uploads/index.php
Normal file
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
// Silence is golden.
|
24
msd2/wordpress/wp-content/uploads/wpcf7_captcha/.htaccess
Normal file
24
msd2/wordpress/wp-content/uploads/wpcf7_captcha/.htaccess
Normal file
@ -0,0 +1,24 @@
|
||||
# First, deny access to all files in this directory
|
||||
<Files "*">
|
||||
<IfModule mod_version.c>
|
||||
<IfVersion < 2.4>
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</IfVersion>
|
||||
<IfVersion >= 2.4>
|
||||
Require all denied
|
||||
</IfVersion>
|
||||
</IfModule>
|
||||
<IfModule !mod_version.c>
|
||||
<IfModule !mod_authz_core.c>
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</IfModule>
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
</Files>
|
||||
<Files ~ "^[0-9A-Za-z]+\.(jpeg|gif|png)$">
|
||||
Allow from all
|
||||
</Files>
|
Reference in New Issue
Block a user