Aşağıdaki .htaccess dosyam var:
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
Ziyaretçilerin aşağıdaki dosyaya erişimini yasaklamaya çalışıyorum:
domain.com/inscription/log.txt
ancak yukarıda sahip olduğum şey çalışmıyor: Dosyaya hala tarayıcıdan uzaktan erişebiliyorum.