We will start with the easiest fixes and move toward the more technical server configurations.

If you have specific view.shtml files that are no longer used or are purely administrative, restrict access to them via IP address or password protection in your web server configuration.

To:

In the quiet world of web development, few things are as simultaneously simple and frustrating as the .shtml file. At first glance, it looks like common HTML. But the "s" is a promise—a promise of modularity, of server-side efficiency, and of reusable components like headers, footers, and navigation bars. When that promise breaks, the webmaster is faced with a unique diagnostic challenge: the view is broken, but not by a syntax error in a scripting language. The failure is one of assembly .