|
Posted by mbstevens on 02/16/07 23:01
On Fri, 16 Feb 2007 14:30:39 -0800, youtake wrote:
> Hello, I am building a Intra-net and my requirement need is to disable
> or even create a custom page for the default Windows message,
> "Internet Explorer cannot display the webpage". Can someone please
> show me some programmatic way or method to achieve this? :-)
From the things you said after this, it sounds as if you may not have a
server running to serve the pages on your intranet. If you had, say,
Apache running you could serve custom error pages using the .htaccess
file with lines kind of like this:
ErrorDocument 400 /error_docs/er400.html
ErrorDocument 401 /error_docs/er401.html
ErrorDocument 403 /error_docs/er403.html
ErrorDocument 404 /error_docs/er404.html
Navigation:
[Reply to this message]
|