Files
WP-Security-Pack/data/.htaccess
T
2026-01-25 23:14:49 +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>