I\'m following this tutorial on running Codeigniter via the CLI. I\'ve done everything they\'ve done (copied and pasted) now when I run this command, it doesn\'t do
For me this was resolved by changing:
$config['uri_protocol'] = 'AUTO'
in the main config file.
I had previously changed it to
'REQUEST_URI'
which doesn't work with CLI apparently.