in reply to Fundamental cgi-question
Depending on the webserver, you can do anything in response to a request. You could make it run all .html files through an Apache module (mod_cgi, mod_perl, mod_php, whatever) or set up a custom 404 handler and not put an index.html in that directory or send all requests to the parent part of the URL to a custom handler, for example.
|
|---|