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 経由のアクセスを拒否するために 2 つの異なるタイプを見ました。
私は通常、htaccessでこれを使用します:
deny from all
しかし、昨日私はそれを見ました:
<Files "*.*"> Deny from all </Files>
違いはなんですか?誰か知っていますか?ありがとうございました