Current File : //proc/thread-self/root/var/softaculous/zen/_.htaccess
# block WEB access to Zenphoto data files
<IfModule mod_autoindex.c>
IndexIgnore *
</IfModule>
<FilesMatch "\.(htaccess|cfg|log|php|zdb|xxx)$">
Order Allow,Deny
Deny from all
</FilesMatch>