# block WEB access to Zenphoto data files
<IfModule mod_autoindex.c>
	IndexIgnore *
</IfModule>
<FilesMatch "\.(htaccess|cfg|log)$">
  Order Allow,Deny
  Deny from all
	</FilesMatch>
 