Board logo

标题: [求助] 我在.htaccess写了一些规则禁止下载.htaccess [打印本页]

作者: lu314401633    时间: 2014-1-22 22:03     标题: 我在.htaccess写了一些规则禁止下载.htaccess

<FilesMatch ".(zip|htaccess|htpasswd|ini|php|sh)$">
Order Allow,Deny
Deny from all
</FilesMatch>
但是文件还是能被下载的?
作者: admin    时间: 2014-1-25 23:08

用的是N+A?
作者: wdcp_syl    时间: 2015-6-2 11:51

回复 2# admin
我用的是Nginx+Apache服务器,也遇到同样的问题,有哪位大神知道为什么?
作者: cnbjx    时间: 2015-6-4 19:42

试试nginx 在 server 里加上这个

location ~ ^.*\.(zip|htaccess|htpasswd|ini|php|sh)$ {
        deny all;
}
作者: xuandun    时间: 2015-6-5 10:33

使用Apache再说




欢迎光临 WDlinux官方论坛 (http://wdlinux.cn/bbs/) Powered by Discuz! 7.2