Underc0de

Programación Web => Back-end => Mensaje iniciado por: Decode en Septiembre 10, 2015, 04:13:38 PM

Título: 404 Not Found
Publicado por: Decode en Septiembre 10, 2015, 04:13:38 PM
Hola gente, aquí les traigo un simple index 404 not found ya que la mayoría de la gente usa otros hosting que no tienen esta index como defecto de errores bueno aquí el código para que la puedan usar en sus websites:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL <?php echo $_SERVER['REQUEST_URI']; ?>  was not found on this server.</p>
<p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>


Para poner esta index como defecto de errores en su web deben poner este código en el archivo de la web .htaccess:

ErrorDocument 404 /nombredelarchivo.php

Saludos.
Título: Re:404 Not Found
Publicado por: 79137913 en Septiembre 11, 2015, 09:05:17 AM
HOLA!!!

Simple pero buen aporte.

GRACIAS POR LEER!!!