If you see this, it means the server believes /view.shtml is a directory , not a file.
<!DOCTYPE html> <html lang="en"> <head> <title>View Item</title> </head> <body> <h1>Item Details</h1> <!--#include virtual="/templates/header.html" --> <p>Item ID: <!--#echo var="QUERY_STRING" --></p> index of view.shtml
Disable Apache directory listing in a site conf: If you see this, it means the server believes /view
If you encounter an exposed index of /view.shtml listing on a live website, it may indicate: If you see this
view.shtml is an HTML file that supports . Typical content might look like:
When you search for "index of view.shtml" , you are looking for .