Ciao ragazzi,
sto iniziando a programmare in php e ad utlizzare i CSS e ho da subito trovato un problema nel validare una pagina con estensione .php..
La pagina non contiene ancora del codice php, ha solo l'estensione perché poi dovrà contenerlo, per ora vi posto il doctype, se poi vi serve vi posterò anche tutta la pagina:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
---------------------------------
Il problema è che quando provo a validarla mi viene restituito il seguente errore:
" Sorry, I am unable to validate this document because its content type is application/octetstream, which is not currently supported by this service.
The Content-Type field is sent by your web server (or web browser if you use the file upload interface) and depends on its configuration. Commonly, web servers will have a mapping of filename extensions (such as ".html") to MIME Content-Type values (such as text/html).
That you received this message can mean that your server is not configured correctly, that your file does not have the correct filename extension, or that you are attempting to validate a file type that we do not support yet. In the latter case you should let us know that you need us to support that content type (please include all relevant details, including the URL to the standards document defining the content type) using the instructions on the Feedback Page. "
Ringrazio con anticipo chi potrà aiutarmi..ciao e grazie![]()