ฉันมีไฟล์. htaccess ต่อไปนี้:
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
ฉันพยายามห้ามไม่ให้ผู้เยี่ยมชมเข้าถึงไฟล์ต่อไปนี้:
domain.com/inscription/log.txt
แต่สิ่งที่ฉันมีข้างต้นใช้ไม่ได้: ฉันยังสามารถเข้าถึงไฟล์จากเบราว์เซอร์จากระยะไกลได้