All:
I'm tryin to get the error document facility working for 401 error
(authorization failure.) My first try was to simply add the following
code in the Script_OnStart
sub Script_OnStart{
$Response->ErrorDocument('401',<<EOF);
<html>
<body>
<h1>Nee-ner nee-ner nee-ner</h1>
You can't get me!
</body>
</html>
EOF
}
However, when I hit a protected page and fail out, the standard message
is shown.
Am I missing some configuration setting somewhere (perhaps in the
httpd.conf?)
Thanks,
JL
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]