Disable Directory listing for particular folder using .htaccess.

Insert the below code in .htaccess so that particular folder will not show directory listing

vi .htaccess

Options -Indexes
save and quit the file.