Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/11/2011, 07:22
Avatar de maycolalvarez
maycolalvarez
Colaborador
 
Fecha de Ingreso: julio-2008
Ubicación: Caracas
Mensajes: 12.120
Antigüedad: 15 años, 9 meses
Puntos: 1532
Respuesta: Codeigniter problema con show_404()

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
__________________
¡Por favor!: usa el highlight para mostrar código
El que busca, encuentra...