Welcome Guest, Not a member yet? Register   Sign In
Route 404 Over Ride sub directory issue
#1

(This post was last modified: 10-25-2015, 10:04 PM by wolfgang1983.)

Hello,

In codeingiter application/config/routes.php

I would like to know if possible to have sub directory / name

controllers > error > Not_found.php

PHP Code:
$route['404_override'] = 'error/not_found'

But it only seems to work with code below.

PHP Code:
$route['404_override'] = 'not_found'

I need it to be able to get from sub directory.

Is there any way to change it?
There's only one rule - please don't tell anyone to go and read the manual.  Sometimes the manual just SUCKS!
Reply


Messages In This Thread
Route 404 Over Ride sub directory issue - by wolfgang1983 - 10-25-2015, 08:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB