Index Of View.shtml

On Apache web servers, directory listing is controlled via the Options directive. You can disable it globally in the main configuration file ( httpd.conf or apache2.conf ) or locally using an .htaccess file. Add the following line to disable directory browsing: Options -Indexes Use code with caution.

<!DOCTYPE html><html><head><title>403 Forbidden</title></head><body>Access denied.</body></html> index of view.shtml

The website does not have a default file named index.html or index.php in that folder. On Apache web servers, directory listing is controlled

Exposing directory contents via index of vulnerabilities presents several immediate security risks: On Apache web servers