File Manager

Path: /var/softaculous/zen/

Viewing File: _.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>