Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/05/2006, 08:57
vio
 
Fecha de Ingreso: octubre-2005
Mensajes: 48
Antigüedad: 18 años, 6 meses
Puntos: 2
Validar páginas .php con el validador de w3c

Hola!
estoy probando a validar mis páginas .php con el validador de html del w3c:
http://validator.w3.org en local y me sale el siguiente error:
Cita:
Sorry, I am unable to validate this document because its content type is application/octet-stream, 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
tengo que cambiar la extensión de las páginas a .html para poder validarlas con este validador???
Gracias!!!!