Ver Mensaje Individual
  #11 (permalink)  
Antiguo 12/02/2002, 21:52
fxbus
 
Fecha de Ingreso: noviembre-2001
Mensajes: 40
Antigüedad: 23 años, 2 meses
Puntos: 0
Re: Personalizacion de Errores 404,403, etc

Para que funcione sin tocar archivos importantes del cobalt crea un archivo .htaccess y copia lo siguiente:

<Limit GET>
order deny,allow
allow from all
</Limit>

ErrorDocument 400 /error.html
ErrorDocument 401 /error.html
ErrorDocument 400 /error.html
ErrorDocument 403 /error.html
ErrorDocument 404 /error.html

Podes reemplazar error.html por el nombre que tengan tus archivos. Depues subi este archivo a la carpeta /web del sitio y listo.

;)