Files
__inwestprofil.pagedev.pl/wp-content/uploads/wpcf7_uploads/.htaccess
Roman Pyrih 296b13244b first commit
2025-07-11 12:34:24 +02:00

10 lines
152 B
ApacheConf

# Apache 2.4+
<IfModule authz_core_module>
Require all denied
</IfModule>
# Apache 2.2
<IfModule !authz_core_module>
Deny from all
</IfModule>