| > A HTML Page is times faster than a ASP page. And
also
> the HTTP server can use Cache and the HTTP 1.1
> protocol to compress.
>
> Can I have a option to disable the feature or to
add
Well, there isn't any real one. The problem is that
you can not store "/" pages, because filesystems MUST
have a filename to store something. Therefore, an
additional name (index.html) is added.
But this does not cause any problem, the page is
just "renamed" - this WILL work perfectly even when
copying the project on remote servers
| |