Files
wushu/ht/test/data/.htaccess
2026-03-30 02:35:31 +08:00

6 lines
93 B
ApacheConf

order allow,deny
deny from all
<Files ~ "\.(json|txt|lock|tmp)$">
deny from all
</Files>