View file File name : _.htaccess Content :# 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>