Ver Mensaje Individual
  #3 (permalink)  
Antiguo 15/11/2011, 09:19
beni0888
 
Fecha de Ingreso: octubre-2008
Ubicación: Plasencia
Mensajes: 109
Antigüedad: 15 años, 6 meses
Puntos: 6
Respuesta: Codeigniter problema con show_404()

Cita:
Iniciado por maycolalvarez Ver Mensaje
según la documentación oficial de CI2 (http://codeigniter.com/user_guide/ge...routing.html):

Código cita:
Ver original
  1. This route indicates which controller class should be loaded if the requested controller is not found. It will override the default 404 error page. It won't affect to the show_404() function, which will continue loading the default error_404.php file at application/errors/error_404.php

el cambio no afecta a la función show_404(), lo mejor es que edites directamente el archivo /application/errors/error_404.php
Muchas gracias por tu respuesta!! La verdad es que no me había dado cuenta de ese detalle y me tenía un poco loco el tema.