Tôi có tệp .htaccess sau:
RewriteEngine On
RewriteBase /
# Protect the htaccess file
<Files .htaccess>
Order Allow,Deny
Deny from all
</Files>
# Protect log.txt
<Files ./inscription/log.txt>
Order Allow,Deny
Deny from all
</Files>
# Disable directory browsing
Options All -Indexes
Tôi đang cố gắng cấm khách truy cập vào tệp sau:
domain.com/inscription/log.txt
nhưng những gì tôi có ở trên không hoạt động: Tôi vẫn có thể truy cập tệp từ trình duyệt từ xa.