I was struggling to understand the ‘No input file specified’ error I got when using ci-cms2 with FastCGI. In fact to reduce the number of Apache process in my server I opted to use Fcgi instead of mod_php. But then I got that error.
To fix it, here is what I did.
- in .htaccess file just add a "?" just after index.php (I found it here)
- Be sure to use AUTO in config.php (for $config['uri_protocol'])