File Manager

Path: /var/softaculous/luxcal/

Viewing File: .htaccess

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