Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/12/2012, 09:30
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 17 años, 6 meses
Puntos: 1567
Respuesta: Redireccion 404 con la misma url

con la directiva errorDocument ese es el comportamiento normal

ejemplo
ErrorDocument 404 /404.shtml

yo uso este shtml (puede ser un html normal tambien, o un php)
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  2. "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">
  4. <title>Información</title>
  5. <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
  6. <style type="text/css">
  7. /*<![CDATA[*/
  8. body {
  9. font-family: verdana, sans-serif;
  10. font-size: 10pt;
  11. }
  12. .recurso{
  13. font-weight: bold;
  14. }
  15.  
  16. .horaerror{
  17. font-size: 8pt;
  18. color: #1E1E1E;
  19. }
  20. /*]]>*/
  21. </head>
  22. <!--#config timefmt="%d/%m/%Y a las %T" -->
  23. <!--#set var="RECURSO" value="<span class='recurso'>http://$SERVER_NAME$REQUEST_URI</span>" -->
  24. <p>Entre el 29-09-2011 y el 15-10-2011 el Sitio estará en tareas de mantenimiento<br />
  25. Si está buscando alguna script o demo, por favor envie un mensaje a <a href="mailto:[email protected]">ésta dirección</a> indicando la url que figura abajo<br /> 
  26. <!--#echo encoding="none" var="RECURSO" -->
  27. </p>
  28. <p>Sepa disculpar las molestias.<br />Gracias</p>
  29. <p><br /><br /><br /><span class='horaerror'>El problema se produjo el <!--#ECHO VAR="DATE_LOCAL" --></span></p>
  30. <!-- fix 404 ie
  31. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  32. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  33. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  34. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  35. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  36. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  37. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  38. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  39. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  40. -->
  41. </body>
  42. </html>

http://emprear.com/algoinventado.html
http://emprear.com/algoinventado
http://emprear.com/cualquiercosa.php

Saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.