Welcome Guest, Not a member yet? Register   Sign In
404 page after upgrade
#5

(08-21-2016, 04:01 PM)InsiteFX Wrote: Try changing the Prtocol to one of the other.

PHP Code:
$config['uri_protocol'] = 'PATH_INFO'

I think the problem is around routes file. Here is a strange thing.
The routes.php starts with:

Code:
$route['default_controller'] = "local/city";
$route['scaffolding_trigger'] = "";
$route['biz/[0-9a-zA-Z\-_]+']='biz/show';

more routes down here....

So some routes don't work unless they right under the Scaffolding_Trigger or all the way up

Code:
$route['default_controller'] = "local/city";
$route['scaffolding_trigger'] = "";
$route['biz/privacy']='biz/privacy';

$route['biz/[0-9a-zA-Z\-_]+']='biz/show';

Any reason this happening?
Reply


Messages In This Thread
404 page after upgrade - by rocks - 08-21-2016, 08:19 AM
RE: 404 page after upgrade - by PaulD - 08-21-2016, 10:20 AM
RE: 404 page after upgrade - by rocks - 08-21-2016, 11:15 AM
RE: 404 page after upgrade - by InsiteFX - 08-21-2016, 04:01 PM
RE: 404 page after upgrade - by rocks - 08-22-2016, 08:05 AM
RE: 404 page after upgrade - by rocks - 08-22-2016, 07:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB