Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/07/2009, 16:19
Zapiko
 
Fecha de Ingreso: julio-2007
Mensajes: 115
Antigüedad: 16 años, 9 meses
Puntos: 1
Información Problema en la validación

Buenas, bueno llevo dias intentando validar el codigo de una web que me encontre...pero lo coloco en la web de W3C y me da este error:

Cita:
Sorry, I am unable to validate this document because its content type is application/x-php, which is not currently supported by this service.

The Content-Type header 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.
Creo que mi head es correcto:

Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin t&iacute;tulo</title>
<LINK href="files/newcss.css" type="text/css" rel="stylesheet">
</head> 
Que puede fallar?:S

Gracias a todos desde ya! podais ayudarme o no....por lo menos os habeis parado a leer ;)