.htaccess:拒绝所有表达式之间的区别

时间:2013-09-13 08:27:50

标签: php .htaccess

前几天我看到了两种不同的类型,以便通过htaccess拒绝访问。

我通常在我的htaccess中使用它:

deny from all

但昨天我看到了:

<Files "*.*">
Deny from all
</Files>

有什么区别?有人知道吗? 谢谢

0 个答案:

没有答案