开发者

.htaccess code to deny folder browsing

开发者 https://www.devze.com 2023-01-16 19:59 出处:网络
Can you please tell me how to deny folder browsing 开发者_高级运维using .htaccess fileOptions -Indexes

Can you please tell me how to deny folder browsing 开发者_高级运维using .htaccess file


Options -Indexes


order allow deny
deny from all
allow from 192.126.12.199
0

精彩评论

暂无评论...
验证码 换一张
取 消