Files
swiftadmin/public/upload/.htaccess

4 lines
78 B
ApacheConf
Raw Normal View History

2022-08-19 19:48:37 +08:00
<FilesMatch \.(?i:html|php)$>
Order allow,deny
Deny from all
</FilesMatch>