[HOME]

Path : /var/softaculous/luxcal/
Upload :
Current File : //var/softaculous/luxcal/.htaccess

# LuxCal - block browser access to .cdb, .log and .txt files
Options -Indexes
<FilesMatch '\.(cdb|log|txt)$'>
 Order deny,allow
 Deny from all
</FilesMatch>