Documentation: Apache HTTP Server - The Apache HTTP Server Project
<FilesMatch ”¥.log$”>
Order Deny,Allow
Deny from all
Allow from hostname.example.com
</FilesMatch>
今テストできないのですが、こんなところでしょうか。。。
URLのマニュアルを参考にしていただいた方が、正解だとおもいます。
http://httpd.apache.org/docs-2.0/
Apache HTTP Server Version 2.0 Documentation - Apache HTTP Server
Apache2用はこちら。
<Files ~ ”¥.log$”>
order deny,allow
deny from all
</Files>
無事できました。ありがとうございました。