-
Help Me!!! Please!!!
i am building an HTTP server...
what do i send to a client when he requests a file that is not on the server root dir?
what do i send to a client when he requests a picture that is not on the server root dir ( part of a whole site) ?
can any one tell me where can i find an arical or a source code?
-
BY default the IIS web server open a file 404b.htm when the
user requests a file whick is not under root, u can costomize
this file according to ur need.
Sonia
:rolleyes:
-
Yes, but it won't open that file if an image referenced on a valid HTML page is missing, which I think is what he is asking in part 2..