diff options
Diffstat (limited to 'apache/ErrorDocument/foot.shtml')
-rw-r--r-- | apache/ErrorDocument/foot.shtml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apache/ErrorDocument/foot.shtml b/apache/ErrorDocument/foot.shtml index 4b75dc1..fda2675 100644 --- a/apache/ErrorDocument/foot.shtml +++ b/apache/ErrorDocument/foot.shtml @@ -18,4 +18,14 @@ SUBJECT="Feedback about Error message [<!--#echo var="REDIRECT_STATUS" </ADDRESS> </UL> </BODY> +<!-- Microsoft Internet Exploder has this stupid "feature" that if an +error message is shorter than 512 bytes then Microsoft decides that the +user is better off with the error message being dropped and instead +replaced with the error message for the same error code internal to the +browser. So to make a short story long, the reason for writing all this +noise in a comment that is not even meant to be shown to the end user is +to make sure what we *want* to show is shown to everybody including the +unfortunate ones using a browser made by Microsoft. Read more here: +http://perl.apache.org/docs/tutorials/client/browserbugs/browserbugs.html +--> </HTML> |