404 not found
- Ejemplos
Si el script tiene como fin tratar una determinada condición de error, por ejemplo 404 Not Found, se pueden usar los códigos de error y textos específicos en su lugar. | If the script is dedicated to handling a particular error condition, such as 404NotFound, it can use the specific code and error text instead. |
La página no se encuentra (404 Not Found) | The page was not found (404 Not Found) |
Uno común para todas las páginas del blog y otro dedicado a 404 Not Found. | One common to all blog pages and one dedicated to 404 Not Found. |
GDE Error: Error al recuperar el fichero. Si es necesario, desactiva la comprobación de errores (404:Not Found) | GDE Error: Error retrieving file - if necessary turn off error checking (404:Not Found) |
Pero sin embargo el código más conocido del estatus HTTP – 404 Not Found (la Página no es encontrada). | But after all the most known code of the status of HTTP–404 Not Found (The page is not found). |
Si el script está dedicado al manejo de una condición de error en particular, como por ejemplo 404 Not Found, puede usar el propio código y el error de texto en su lugar. | If the script is dedicated to handling a particular error condition, such as 404 Not Found, it can use the specific code and error text instead. |
Por tanto, una petición con información de path añadida (trailing pathname information) después de un nombre de fichero que existe, del tipo /test/here.html/more como en el ejemplo de arriba, devolverá el mensaje de error 404 NOT FOUND. | Therefore a request with trailing pathname information after the true filename such as /test/here.html/more in the above example will return a 404 NOT FOUND error. |
