Re: My page doesn't validate

From: Nick Kew (nick@webthing.com)
Date: Mon, Mar 12 2001

  • Next message: Gisbert Amm: "what are the right URL?"

    Date: Mon, 12 Mar 2001 11:22:42 +0000 (GMT)
    From: Nick Kew <nick@webthing.com>
    To: Tim van der Molen <timvandermolen@home.nl>
    cc: www-validator@w3.org
    Message-ID: <Pine.BSF.4.21.0103121116310.2644-100000@fenris.webthing.com>
    Subject: Re: My page doesn't validate
    
    
    On Sat, 10 Mar 2001, Tim van der Molen wrote:
    
    > The first error has the following description:
    > "Error: could not get "/_library/dtd/tbm-html4.dtd" from "213.51.81.80"s
     (reason given was "No acceptable objects were found")"
    
    Your server is misconfigured.  Try the following:
    
    telnet 213.51.81.80 http
    HEAD /_library/dtd/tbm-html4.dtd HTTP/1.0
    Accept: text/*
    
    HTTP/1.0 406 No acceptable objects were found
    Date: Mon, 12 Mar 2001 04:15:00 GMT
    Content-Length: 3109
    Content-Type: text/html
    Server: Microsoft-IIS/5.0
    
    (You can use cg-eye interactive - available from the Site Valet or
    from htmlhelp - as an alternative to the commandline).
    
    If you leave out the Accept: header, your server incorrectly returns
    a Content-Type of "application/octet-stream" for the DTD.
    
    
    -- 
    Nick Kew
    
    Is your site a lawsuit waiting to happen?
    See <URL:http://valet.webthing.com/intranet/> before it's too late.