I have a webserver and I need to create a 403 forbidden for all folders ( include sub folders) that do not have any index file , I know I can do it with .htaccess , but as far as I know It only used for main folder , not sub folders . how can I block accessing website folders that do not have index file ?
thanks