Files
WP-Security-Pack/wp-security-pack/data/.htaccess
T
2026-01-25 20:21:17 +01:00

6 lines
130 B
ApacheConf

# Deny direct access to database files
<FilesMatch "\.(bin|BIN|mmdb|MMDB)$">
Order Allow,Deny
Deny from all
</FilesMatch>