Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
前几天我看到了两种不同的类型,以拒绝通过 htaccess 访问。
我通常在我的 htaccess 中使用它:
deny from all
但昨天我看到了:
<Files "*.*"> Deny from all </Files>
有什么区别?有人知道吗?谢谢