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
try this:
php index.php/controller/function/param1/param2/param3 etc
or
php index.php controller function param1 param2 param3 etc
also, post the content of your $_SERVER var and value of the 'uri_protocol' variable from config.php.
$config['uri_protocol'] should be 'AUTO'