Welcome Guest, Not a member yet? Register   Sign In
not showing view page correctly
#2

[eluser]PhilTem[/eluser]
Because CI's show_404() returns a standard 404-error page unless you have a special page configured in ./application/config/routes.php

In your case it should be:
Code:
$route['404_override'] = 'errorpage';


Messages In This Thread
not showing view page correctly - by El Forum - 09-16-2012, 12:09 PM
not showing view page correctly - by El Forum - 09-16-2012, 12:48 PM
not showing view page correctly - by El Forum - 09-16-2012, 12:48 PM
not showing view page correctly - by El Forum - 09-16-2012, 08:33 PM
not showing view page correctly - by El Forum - 09-17-2012, 10:32 AM
not showing view page correctly - by El Forum - 09-17-2012, 11:33 PM
not showing view page correctly - by El Forum - 09-17-2012, 11:42 PM
not showing view page correctly - by El Forum - 09-17-2012, 11:58 PM
not showing view page correctly - by El Forum - 09-18-2012, 02:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB