mirror of
https://gitlab.com/ArkHost/WP-Security-Pack.git
synced 2026-09-19 09:27:30 +02:00
6 lines
130 B
ApacheConf
6 lines
130 B
ApacheConf
# Deny direct access to database files
|
|
<FilesMatch "\.(bin|BIN|mmdb|MMDB)$">
|
|
Order Allow,Deny
|
|
Deny from all
|
|
</FilesMatch>
|